{% extends 'admin/layout/admin_app.html' %} {% block content %} {% if messages %} {% endif %}

Push Notification

{% if 1 in actions %} {% endif %}
{% for pushNotification in pushNotifications %} {% endfor %}
User Title Send At Action
{{ pushNotification.user.name }} {{ pushNotification.title }} {{ pushNotification.created_at }} {% if 4 in actions %} {% endif %}
{% if pushNotifications.has_other_pages %}
    {% if pushNotifications.has_previous %} {% else %} {% endif %} {% for i in pushNotifications.paginator.page_range %} {% if pushNotifications.number == i %}
  • {{ i }}
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if pushNotifications.has_next %} {% else %} {% endif %}
{% endif %}
{% endblock %} {% block custom_js %} {% endblock %}