@if (!textIsNotEmpty(searchText)) {
notification.no-notification-templates
} @else {
{{ 'notification.no-template-matching' | translate : {template: truncate.transform(searchText, true, 6,'...')} }}
@if (allowCreate) {
notification.create-new-template
}
}