{{ t('Tenants') }} {{ t('overview') }}
@if (tenants?.hasRootPrivileges) { }
{{ t('Filter') }}
@if (!tenants) { } @if (tenants) { @for (tenant of tenants.all_tenants; track tenant) { }
{{ t('Tenant name') }} {{ t('Description') }}
{{ tenant.Container.name }} {{ tenant.Tenant.description }} {{ t('Edit') }} {{ t('Changelog') }} {{ t('Show details') }} @if (tenant.Tenant.allowEdit) {
  • } @if (tenant.Tenant.allowEdit) { {{ t('Delete') }} }
    } @if (tenants && tenants.all_tenants.length === 0) { } @if (tenants && tenants.all_tenants) {
    @if (tenants) { } }