{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

{{ description|capfirst }}

{% csrf_token %}
{{ form.as_p }}

{% trans "The objects to perform the action for" %}:

{% endblock %}