{{ t('Change calendars') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!result) { } @if (result && result.all_changecalendars.length) { @for (changecalendar of result.all_changecalendars; track changecalendar) { } }
{{ t('Change calendar name') }} {{ t('Description') }}
@if (this.PermissionsService.hasPermissionObservable(['ChangecalendarModule', 'Changecalendars', 'edit'])|async) { {{ changecalendar.name }} } @else { {{ changecalendar.name }} } {{ changecalendar.description }} @if (changecalendar.allowEdit) { {{ t('Edit') }} } @if (changecalendar.allowEdit) {
  • } @if (changecalendar.allowEdit) { {{ t('Delete') }} }
    @if (result && result.all_changecalendars.length === 0) { } @if (result && result.all_changecalendars) {
    } @if (result) { }