{% extends 'admin/base.html' %} {% block extrahead %} {{ media }} {% endblock %} {% block content %}
{% csrf_token %} {% for notification in notifications %} {% endfor %}

Compose recipients for notifications:

{% for notification in notifications %} {{ notification.title }}
{% endfor %}
{% with parameters as composer %} {% include 'djangoFCM/generic/data-composer.html' %} {% endwith %}
{% endblock %}