{{ t('Maps') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!maps) { } @if (maps) { @for (map of maps.all_maps; track map) { }
{{ t('Map name') }} {{ t('Map title') }}
{{ map.name }} {{ map.name }} {{ map.title }} {{ t('View') }} {{ t('View in fullscreen') }}
} @if (maps && maps.all_maps.length === 0) { } @if (maps) { }