{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrahead %} {% if fieldsets %} {{ fieldsets.0.form.media }} {% endif %} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ app_label }} model-{{ model_name }} action-{{ action }} action-form {% endblock bodyclass %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if help_text %}

{{ help_text }}

{% endif %} {% if list_objects %}

{% translate "Summary" %}

{% translate "Objects" %}

{% endif %}
{% csrf_token %} {% for fieldset in fieldsets %} {% include "admin/includes/fieldset.html" %} {% endfor %} {% for item in selected_action %} {% endfor %} {% translate "Cancel" %}
{% endblock %}