{{ t('Rotations') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!rotations) { } @if (rotations) { @for (rotation of rotations.all_rotations; track rotation) { }
{{ t('Rotation name') }} {{ t('Rotation interval') }}
@if (rotation.ids?.length) { {{ rotation.name }} } @if (!rotation.ids?.length) { {{ rotation.name }} } {{ rotation.interval }} @if (rotation.ids?.length) { {{ t('View') }} } @if (rotation.ids?.length) { {{ t('View in fullscreen') }} }
} @if (rotations && rotations.all_rotations.length === 0) { } @if (rotations) { }