{{ t('Host') }} {{ autoreportsWithHost.host.name }} {{ t('is used by') }} {{ autoreportsWithHost.autoreports.length }} {{ t('autoreports') }}
@if (!autoreportsWithHost) { } @if (autoreportsWithHost) { @for (autoreport of autoreportsWithHost.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') }} }
    }