{{ t('State of service is acknowledged') }}
({{ t('Sticky') }})
{{ t('Acknowledgement was set by') }}
{{ result.acknowledgement.author_name }}
{{ t('at') }}
{{ result.acknowledgement.entry_time }}.
{{ t('Comment: ') }}
@if (result.acknowledgement.allowEdit) {
}
}
@if (result.servicestatus.isFlapping) {
{{ t('The state of this service is currently flapping!') }}
}
@if (Number(result.hoststatus.currentState) > 0) {