{{ t('Locations') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!locations) { } @if (locations) { @for (location of locations.all_locations; track location) { }
{{ t('Location name') }} {{ t('Description') }}
{{ location.Container.name }} {{ location.Location.description }} {{ t('Edit') }} {{ t('Changelog') }} {{ t('Show details') }} @if (location.Location.allowEdit) {
  • } @if (location.Location.allowEdit) { {{ t('Delete') }} }
    } @if (locations && locations.all_locations.length === 0) { } @if (locations && locations.all_locations) {
    @if (locations) { } }