{{ __('maintenance.subtitle') }}
{{ __('maintenance.empty') }}
@else| {{ __('maintenance.col_window') }} | {{ __('maintenance.col_when') }} | {{ __('maintenance.col_impact') }} | {{ __('maintenance.col_state') }} | {{ __('maintenance.col_actions') }} |
|---|---|---|---|---|
| {{ $w['title'] }} | {{ $w['starts_at']->isoFormat('DD.MM. HH:mm') }} – {{ $w['ends_at']->isoFormat('HH:mm') }} | {{ __('maintenance.impact', ['hosts' => $w['hosts'], 'customers' => $w['affected']]) }} |
@if ($w['is_draft'])
@endif
@if ($w['cancellable'])
@endif
|