@if (contactgroup) {
{{ t('Contact group') }} »{{ contactgroup.name }}« {{ t('is used by') }} {{ total }} {{ t('objects.') }}
@if (objects) { @if (objects.hosttemplates.length > 0) { } @for (hosttemplate of objects.hosttemplates; track hosttemplate) { } @if (objects.hosts.length > 0) { } @for (host of objects.hosts; track host) { } @if (objects.servicetemplates.length > 0) { } @for (servicetemplate of objects.servicetemplates; track servicetemplate) { } @if (objects.services.length > 0) { } @for (service of objects.services; track service) { } @if (objects.hostescalations.length > 0) { } @for (hostescalation of objects.hostescalations; track hostescalation) { } @if (objects.serviceescalations.length > 0) { } @for (serviceescalation of objects.serviceescalations; track serviceescalation) { }
{{ t('Host template') }} ({{ objects.hosttemplates.length }})
{{ hosttemplate.name }} {{ hosttemplate.name }}
{{ t('Host') }} ({{ objects.hosts.length }})
{{ host.name }} {{ host.name }}
{{ t('Service template') }} ({{ objects.servicetemplates.length }})
{{ servicetemplate.name }} {{ servicetemplate.name }}
{{ t('Service') }} ({{ objects.services.length }})
{{ service.name }} {{ service.name }}
{{ t('Host escalation') }} ({{ objects.hostescalations.length }})
{{ t('Host escalation') }} #{{ hostescalation.id }} {{ t('Host escalation') }} #{{ hostescalation.id }}
{{ t('Service escalation') }} ({{ objects.serviceescalations.length }})
{{ t('Service escalation') }} #{{ serviceescalation.id }} {{ t('Service escalation') }} #{{ serviceescalation.id }}
} @if (total === 0) { {{ t('This contact group is not used by any object') }} }
}