{% extends "admin/base_site.html" %} {% block title %}{% if form.errors %}{{ gettext("Error:") }} {% endif %}{{ super() }}{% endblock %} {% block extrastyle %} {{ super() }} {% endblock %} {% block bodyclass %}{{ super() }} {{ opts.app_label }}-{{ opts.model_name }} change-form{% endblock %} {% if not is_popup %} {% block breadcrumbs %}
{% endblock %} {% endif %} {% block content %}