{{ event['dt'] }}
{{ location }} ({{ station['esn'] }})
{{ alert_desc }}
{% if (event['response'] == 0) %}
O N L I N E
{% else %}
R E S O L V E D
{% endif %}
{% for notif in notifs %}
{{ notif['name'] }}
Tel. {{ notif['phone'] }}
{% if (event['response'] == 0) %} {#% if( usrlvl == 3) %#}
{#% endif %#} {% endif %}
{% if (notif['tel'] == 1) %}
Last call {{ notif['dt'] }}
{% endif %} {% if (notif['email'] == 1) %}
Email sent
{% endif %} {% if (notif['sms'] == 1) %}
SMS sent
{% endif %}
{% endfor %}