{{ t('Maps') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('Maps') }}
@if (!maps) { } @if (maps) { @for (map of maps.all_maps; track $index) { }
{{ t('Map name') }} {{ t('Map title') }}
@if (( PermissionsService.hasPermissionObservable(['MapModule', 'maps', 'delete'])|async ) || ( PermissionsService.hasPermissionObservable(['MapModule', 'maps', 'copy'])|async )) { } {{ map.name }} {{ map.name }} @if (map.auto_generated) { {{ t('Auto generated') }} } {{ map.title }} {{ t('Edit in Map editor') }} {{ t('Edit settings') }}
  • {{ t('Copy') }} @if (this.PermissionsService.hasPermissionObservable(['mapmodule', 'mapeditors', 'view'])|async) { @if (( this.PermissionsService.hasPermissionObservable(['mapmodule', 'mapeditors', 'edit'])|async ) || ( this.PermissionsService.hasPermissionObservable(['mapmodule', 'mapeditors', 'copy'])|async )) {
  • } {{ t('View') }} {{ t('View in fullscreen') }} } @if (map.allowEdit && ( this.PermissionsService.hasPermissionObservable(['mapmodule', 'maps', 'delete'])|async )) {
  • {{ t('Delete') }} }
    } @if (maps && maps.all_maps.length === 0) { } @if (maps && maps.all_maps) {
    } @if (maps) { }