{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}
{% csrf_token %} {{ form }}

{% trans 'The message will be sent to the following users:' %}

{% endblock %}