{{ t('Service') }} {{ autoreportsWithService.service.host?.name }} /{{ autoreportsWithService.service.servicename }} {{ t('is used by') }} {{ autoreportsWithService.autoreports.length }} {{ t('autoreports') }}
@if (!autoreportsWithService) { } @if (autoreportsWithService) { @for (autoreport of autoreportsWithService.autoreports; track autoreport) { }
{{ t('Auto report name') }} {{ t('Description') }}
{{ autoreport.name }} {{ autoreport.description }} @if (autoreport.allowEdit) { {{ t('Edit') }} } {{ t('Generate report') }} @if (autoreport.allowEdit) {
  • } @if (autoreport.allowEdit) { {{ t('Delete') }} }
    }