{% extends "admin/base_site.html" %}{% load i18n %}{% load url from future %} {% block breadcrumbs %} {% endblock %} {% block content %}

The notification was{% if not sent %} not{% endif %} successfully pushed

The message:
{{ notification.message }}
{% if sent %}was sent to {{ num_devices }} device{% ifnotequal num_devices 1 %}s{% endifnotequal %}{% endif %}
{% endblock %}