@if (resourcegroupWithRelations) {
{{ t('Resource group') }} »{{ resourcegroupWithRelations.container.name }}« {{ t('is used by') }} {{ total }} {{ t('objects.') }}
@if (resourcegroupWithRelations.resources.length > 0) { } @for (resource of resourcegroupWithRelations.resources; track resource) { }
{{ t('Resource') }} ({{ resourcegroupWithRelations.resources.length }})
@if (PermissionsService.hasPermissionObservable(['scmmodule', 'resources', 'edit']) | async) { {{ resource.name }} } @else { {{ resource.name }} }
@if (resourcegroupWithRelations.resources.length == 0) { }
}