{% extends "admin/change_form.html" %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% with notification=adminform.form.instance %} {% if notification and notification.id %}

Push this notification to devices

Use the button below to push this notification to all devices recognised by the notification's APN Service

{% csrf_token %}
{% endif %} {% endwith %} {% endblock %}