{% extends "base_site" %} {% load admin_modify %} {% load adminmedia %} {% block extrahead %} {% for js in javascript_imports %} {% include_admin_script js %} {% endfor %} {% endblock %} {% block coltype %}{{ coltype }}{% endblock %} {% block bodyclass %}{{app_label}}-{{object_name.lower}} change-form{% endblock %} {% block breadcrumbs %}{% if not is_popup %} {% endif %} {% endblock %} {% block content %}
{% if change %} {% if not is_popup %} {% endif %} {% endif %}
{% if is_popup %}{% endif %} {% if save_on_top %} {% submit_row %} {% endif %} {% if form.error_dict %}

Please correct the error{{ form.error_dict.items|pluralize }} below.

{% endif %} {% for fieldset in admin_fieldsets %}
{% if fieldset.name %}

{{fieldset.name }}

{% endif %} {% for bound_field_set in fieldset.bound_field_sets %} {% for bound_field in bound_field_set %} {% admin_field_bound bound_field %} {% filter_interface_script_maybe bound_field %} {% endfor %} {% endfor %}
{% endfor %} {% if change %} {% if ordered_objects %}

Ordering

{% if form.order_.errors %}{{ form.order_.html_error_list }}{% endif %}

{{ form.order_ }}

{% endif %} {% endif %} {% for relation in inline_related_objects %} {% edit_inline relation %} {% endfor %} {% submit_row %} {% if add %} ' {% endif %} {% if auto_populated_fields %} {% endif %} {% if change %} {% if ordered_objects %} {% if form.order_objects %}