{%if err %}
{{ err }}
{% endif %} {%if msg %}
{{ msg }}
{% endif %} {%if alarms %}

Vessel: {{ vessel }}
Status: {%if active %}active{% else %}inactive{% endif %}
Last update: {%if ago %}{{ ago }} minutes ago{% endif %}

{% for alarm in alarms %} {% endfor %}
Date/Time (UTC) Alarm Data
{{ alarm.date.strftime('%d %b %Y %H:%M') }} {{ alarm.alarm }}{% if alarm.notified %} (notified){% endif %} {{ alarm.data }}
{% endif %}

Current Date/Time (UTC{%if timezone %}{%if timezone > 0 %}+{% endif %}{{ timezone }}{% endif %}): {{ now.strftime('%d %b %Y %H:%M') }}

{%if key %}

Update
Clear log

{% endif %}