{% include 'partials/head' %} {% include 'partials/flash' %}

Push Notifications

Device count: {{ device_count }}
{% for pair in notifications %} {% assign name = pair[0] %} {% assign spec = pair[1] %} {% endfor %}
Key Message Last Push
{{name | escape}} {{spec.alert}} {% unless spec.last_push %} Never {% else %} {{ spec.last_push | date: "%a %d-%b-%Y %H:%M" }} {% endunless %}
{% include 'partials/tail' %}