{{'Widgets' | trans}}


{{ vm.getWidget(content).label }} [widgetkit id="{{ content.id }}"]

{{"You haven't created any widgets yet." | trans}}

{{content.id ? ('Edit %content%' | trans: {'content': content.name}) : 'New Widget' | trans}}


{{content.id ? ('Edit %content%' | trans: {'content': content.name}) : 'New Widget' | trans}}