{{widgetsBundle?.title}} @if (isSystem(widgetsBundle)) { widgets-bundle.system }
@if (createNew) { widgets-bundle.create-new } @else { @if (!required) { } } @for (widgetsBundle of widgetsBundles$ | async; track widgetsBundle) {
{{widgetsBundle.title}} @if (isSystem(widgetsBundle)) { widgets-bundle.system }
}