{{ t('Total hosts') }}: {{ hoststatusSummary.total }}
@if (hoststatusSummary.state[0] > 0 && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ hoststatusSummary.state[0] }} } @else { {{ hoststatusSummary.state[0] }} }
@if (hoststatusSummary.state[1] > 0 && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ hoststatusSummary.state[1] }} } @else { {{ hoststatusSummary.state[1] }} }
@if (hoststatusSummary.state[2] > 0 && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ hoststatusSummary.state[2] }} } @else { {{ hoststatusSummary.state[2] }} }
{{ t('Unhandled Hosts') }}
@if (hoststatusSummary.not_handled[1] > 0 && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ hoststatusSummary.not_handled[1] }} } @else { {{ hoststatusSummary.not_handled[1] }} }
@if (hoststatusSummary.not_handled[2] > 0 && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ hoststatusSummary.not_handled[2] }} } @else { {{ hoststatusSummary.not_handled[2] }} }
{{ t('Acknowledgments') }}
@if (hoststatusSummary.acknowledged[1] > 0 && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ hoststatusSummary.acknowledged[1] }} } @else { {{ hoststatusSummary.acknowledged[1] }} }
@if (hoststatusSummary.acknowledged[2] > 0 && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ hoststatusSummary.acknowledged[2] }} } @else { {{ hoststatusSummary.acknowledged[2] }} }
{{ t('Downtimes') }}
@if (hoststatusSummary.in_downtime[1] > 0 && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ hoststatusSummary.in_downtime[1] }} } @else { {{ hoststatusSummary.in_downtime[1] }} }
@if (hoststatusSummary.in_downtime[2] > 0 && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ hoststatusSummary.in_downtime[2] }} } @else { {{ hoststatusSummary.in_downtime[2] }} }
{{ t('Host groups') }}