@if (!post) { } @if (post) {
{{ t('Edit autoreport') }} {{ post.Autoreport.name }}
1 {{ t('Report configuration') }}
2 {{ t('Host and services configuration') }}
3 {{ t('Report details') }}

{{ t('Main report configuration') }}

@if (!post.Autoreport.container_id) {
{{ t('Please select a container.') }}
}
@if (errors && ( errors['min_availability_percent'] || errors['max_number_of_outages'] )) { {{ t('You must specify at least "Guaranteed availability" or "Max. number of outages"') }} } @else { {{ t('You must specify at least "Guaranteed availability" or "Max. number of outages"') }} }
@if (!post.Autoreport.min_availability_percent) { } @if (post.Autoreport.min_availability_percent) { }
}