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

Push Notifications

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