{% extends "page_view.html" %} {% load i18n %} {% block head %} {{ block.super }} {{ form.media.css }} {{ formset.media.css }} {% endblock head %} {% block page.content %}
{% block before_form %} {% endblock before_form %} {% if next_url %}{% endif %} {% block formset %}{% if formset %}{% endif %}{% endblock formset %} {% block actions %} {% comment %} {% endcomment %} {% if delete_url %} {% endif %} {% endblock actions %} {% block after_form %} {% endblock after_form %}
{% endblock page.content %} {% block extra_js %} {{ block.super }} {{ form.media.js }} {{ formset.media.js }} {% endblock extra_js %}