{{ t('Service template') }} »{{ servicetemplate.name }}« {{ t('is used by') }} {{ total }} {{ t('objects.') }}
@for (host of hostsWithServices; track $index) { }
{{ t('Service name') }}
@if (PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.name }} ({{ host.address }}) } @else { {{ host.name }} ({{ host.address }}) } @if (PermissionsService.hasPermissionObservable(['services', 'serviceList'])|async) { }
@if (PermissionsService.hasPermissionObservable(['services', 'edit'])|async) { {{ service.servicename }} } @else { {{ service.servicename }} } {{ t('Edit') }}
  • {{ t('Delete') }}
    {{ t('This service template is not used by any object') }}