{% extends "admin/base_site.html" %} {% load i18n admin_modify adminmedia %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}{% if ordered_objects %}colMS{% else %}colM{% endif %}{% endblock %} {% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} change-form{% endblock %} {% block breadcrumbs %}{% if not is_popup %} {% endif %}{% endblock %} {% block content %}
{% block object-tools %} {% if change %}{% if not is_popup %} {% endif %}{% endif %} {% endblock %}
{{ form.management_form }} {% for single_form in form.forms %} {% if forloop.first %} {% for field in single_form %} {% endfor %} {% endif %} {% for field in single_form %} {% endfor %} {% endfor %}
{% ifnotequal field.label_tag '' %} {{ field.label_tag }} {% endifnotequal%}
{{ field }} {{field.errors}}
{% endblock %}