|
@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') }}
}
|
}