{% extends 'app_admin/base.html' %} {% load i18n static el_pagination_tags localcosmos_tags %} {% block content %}

{% trans 'Push Notifications' %}

{% trans 'Send Push Notification' %}
{% include "push_notifications/ajax/send_push_notification_form.html" %}
{% trans 'Registered Devices' %}
    {% for lang, count in devices_per_language %}
  • {{ lang }} {{ count }}
  • {% endfor %}
{% trans 'Sent Notifications' %}
{% include "push_notifications/ajax/notification_logs.html" %}
{% endblock %} {% block extra_head_script %} {% endblock %} {% block extra_script %} {% endblock %}