{{ 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 )) { } @if (config.showReschedulingButton) { } @if (this.PermissionsService.hasPermissionObservable(['documentations', 'view'])|async) { } @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 (( this.PermissionsService.hasPermissionObservable(['hosts', 'edit'])|async ) && data.allowEdit) { } @if (( this.PermissionsService.hasPermissionObservable(['services', 'edit'])|async ) && data.allowEdit) { } }