{##}
{% if alarm.gibbonPersonID == gibbonPersonID %} {{ __('Turn Alarm Off') }} {% endif %}
{% if alarm.type == 'General' %}
{{ __('General Alarm!') }}
{% elseif alarm.type == 'Lockdown' %}
{{ __('Lockdown!') }}
{% elseif alarm.type == 'Custom' %}
{{ __('Alarm!') }}
{% endif %}
{% if alarm.gibbonPersonID != gibbonPersonID %}

{% if confirmed %} {{ __('You have successfully confirmed receipt of this alarm, which will continue to be displayed until an administrator has cancelled the alarm.') }} {% else %} {{ __('Click here to confirm that you have received this alarm.') }} {{ __('After confirming receipt, the alarm will continue to be displayed until an administrator has cancelled the alarm.') }} {% endif %}

{% endif %} {% if canViewReport %}

{{ __('Receipt Confirmation Report') }}

{% if confirmationReport is empty %} {{ formatUsing('alert', __('There are no records to display.'))}} {% else %}
{% for person in confirmationReport %} {% endfor %}
{{ __('Name') }}
{{ __('Confirmed') }} {{ __('Actions') }}
{{ formatUsing('name', '', person.preferredName, person.surname, 'Staff', true, true ) }} {% if person.gibbonPersonID == alarm.gibbonPersonID %} {{ __('Sounded Alarm') }} {% else %} {% endif %} {% if person.gibbonPersonID in staffAbsences %} {{ __('Absent') }} {% elseif person.gibbonPersonID != alarm.gibbonPersonID and person.gibbonAlarmConfirmID is empty %} {% endif %}
{% endif %} {% endif %}