@if (reportDetails) {
{{ t('Hosts summary') }}
{{ t('Services summary') }}
@for (host of hostsWithServices; track $index) {
{{ host.Host.name }}
0">
{{ t('Service availability') }}
@for (service of host.Services; track $index) {
{{ service.Service.name }}
{{ service.Service.name }}
}
}
}