@if (this.PermissionsService.hasPermissionObservable([type, 'browser'])|async) { @if (isLoading) { } @else {

@if (type === 'hosts') { {{ t('The host is currently in a planned maintenance period') }} } @if (type === 'services') { {{ t('The service is currently in a planned maintenance period') }} }

{{ t('Author') }}:
{{ downtime?.authorName }}
{{ t('Start') }}:
{{ downtime?.scheduledStartTime }}
{{ t('End') }}:
{{ downtime?.scheduledEndTime }}
{{ t('Comment') }}:
{{ downtime?.commentData }}
}
} @else { }