{{ t('Add Widget') }}
@if (availableWidgetsFiltered.length === 0) {
{{ t('No matching widgets found.') }}
}
@for (widget of availableWidgetsFiltered; track $index) { }