{{ t('Uploads') }} {{ t('backgrounds') }}
{{ t('Filter') }}
{{ t('Backgrounds') }} {{ t('Icons') }} {{ t('Icon sets') }} @if (!backgrounds) { } @if (backgrounds) { @for (background of backgrounds.all_backgrounds; track $index) { }
{{ t('File name') }} {{ t('Saved name') }} {{ t('Maps') }}
{{ background.upload_name }} {{ background.saved_name }}
    @for (map of background.maps; track $index) {
  • {{ map.name }}
  • }
@if (!background.allowEdit) { } {{ t('Container assignments') }} @if (background.allowEdit && ( this.PermissionsService.hasPermissionObservable(['mapmodule', 'backgroundUploads', 'delete'])|async )) { @if (this.PermissionsService.hasPermissionObservable(['mapmodule', 'backgroundUploads', 'editContainers'])|async) {
  • } {{ t('Delete') }} }
    } @if (backgrounds?.all_backgrounds?.length === 0) { } @if (backgrounds && backgrounds.all_backgrounds) { @if (this.PermissionsService.hasPermissionObservable(['mapmodule', 'backgroundUploads', 'delete'])|async) {
    }
    @if (backgrounds) { } }