{{ 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.allowEdit) { {{ rotation.name }} } @if (!rotation.ids?.length && !rotation.allowEdit) { {{ rotation.name }} } {{ rotation.interval }} {{ t('Edit') }}
  • @if (rotation.ids?.length) { {{ t('View') }} } @if (rotation.ids?.length) { {{ t('View in fullscreen') }} }
  • {{ t('Delete') }}
    } @if (rotations && rotations.all_rotations.length === 0) { } @if (rotations && rotations.all_rotations) {
    } @if (rotations) { }