{{ t('Auto reports') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!autoreports) { } @if (autoreports) { @for (autoreport of autoreports.autoreports; track autoreport) { }
{{ t('Name') }} {{ t('Description') }} {{ t('Report interval') }} {{ t('Report send interval') }} {{ t('Min. availability') }} {{ t('Max number of outages') }}
{{ autoreport.name }} {{ autoreport.description }} {{ autoreport.report_interval }} {{ autoreport.report_send_interval }} {{ autoreport.min_availability | number:'1.3-3' }} {{ autoreport.max_number_of_outages }} @if (autoreport.allowEdit) { {{ t('Edit') }} } {{ t('Generate report') }} @if (autoreport.allowEdit) {
  • } @if (autoreport.allowEdit) { {{ t('Delete') }} }
    } @if (autoreports && autoreports.autoreports.length === 0) { } @if (autoreports && autoreports.autoreports) {
    } @if (autoreports) { }