@if (isLoading) { } @if (!isLoading) { @if (data && data.includeServicestatus) {
{{ data.Servicestatus.humanState | titlecase }}
»{{ data.serviceName }}« {{ t('on') }} @if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ data.hostName }} } @else { {{ data.hostName }} }  [{{ data.hostAddress }}]
} @if (data) { @if (config.showBackButton && ( this.PermissionsService.hasPermissionObservable(['services', 'browser'])|async )) { {{ t('Back to overview') }} } @if (config.showReschedulingButton) { } @if (this.PermissionsService.hasPermissionObservable(['documentations', 'view'])|async) { @if (data.docuExists) { } } @if (this.PermissionsService.hasPermissionObservable(['notifications', 'serviceNotification'])|async) { } @if (this.PermissionsService.hasPermissionObservable(['servicechecks', 'index'])|async) { } @if (this.PermissionsService.hasPermissionObservable(['statehistories', 'service'])|async) { } @if (this.PermissionsService.hasPermissionObservable(['acknowledgements', 'service'])|async) { } @if (data.serviceUrl) { } @if (( this.PermissionsService.hasPermissionObservable(['hosts', 'edit'])|async ) && data.allowEdit) { } @if (( this.PermissionsService.hasPermissionObservable(['services', 'edit'])|async ) && data.allowEdit) { } @if (data.hostType === HostTypesEnum.EVK_HOST && ( this.PermissionsService.hasPermissionObservable(['EventcorrelationModule', 'eventcorrelations', 'view']) |async )) { } }
}