{{ t('Host template') }} »{{ hosttemplate?.name }}« {{ t('is used by') }} {{ total }} {{ t('objects.') }}
@if (hosts.length > 0) { } @for (host of hosts; track host) { }
{{ t('Hosts') }} ({{ hosts.length }})
@if (PermissionsService.hasPermissionObservable(['hosts', 'edit']) | async) { {{ host.Host.hostname }} ({{ host.Host.address }}) } @else { {{ host.Host.hostname }} ({{ host.Host.address }}) } @if (PermissionsService.hasPermissionObservable(['services', 'serviceList'])| async) { } @if (host.Host.allow_edit) { {{ t('Edit') }} } @if (host.Host.allow_edit) {
  • } @if (host.Host.allow_edit) { {{ t('Delete') }} }
    @if (hosts) {
    } @if (total === 0) { {{ t('This host template is not used by any object') }} }