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