{% extends "admin/base.html" %} {% block logo %}

Push Registrations

{% endblock %} {% block main %}
{% for reg in registrations %} {% else %} {% endfor %}
User Endpoint Created Actions
{{ reg.user_nick }} {{ reg.endpoint }} {{ reg.created_at }}
No push registrations found
{% if total > per_page %}
{% if page > 1 %} Previous {% endif %} Page {{ page }} of {{ ((total - 1) // per_page) + 1 }} {% if page * per_page < total %} Next {% endif %}
{% endif %}
{% endblock main %}