{{ t('Create new autoreport:') }} @if (autoreport) { {{ autoreport.name }} }
1 {{ t('Report configuration') }}
2 {{ t('Host and services configuration') }}
3 {{ t('Report details') }}
{{ t('Report configuration for hosts and services') }}
@if (selectedHostIds.length > 0) { @for (host of hostsWithServices; track host) { @if (post.Autoreport.hosts[host.id]) { } @for (service of host.services; track service) { @if (post.Autoreport.services[service.id]) { } } }
{{ t('Host') }}
{{ t('Service') }}
{{ t('in %') }} {{ t('in h') }}
{{ t('Alias') }}
{{ t('Graph') }}
{{ t('MIN|AVG|MAX') }} {{ t('Max. outage duration') }} {{ t('All failures') }}
{{ t('host settings') }} {{ t('service settings') }}    
{{ host.name }}
{{ service.servicename }}
   
}