{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify bootstrapped_goodies_tags %} {% load form_helpers %} {% load helpers %} {% block extrahead %}{{ block.super }} {% url 'admin:jsi18n' as jsi18nurl %} {{ media }} {% endblock %} {% block extrastyle %}{{ block.super }}{% endblock %} {% if not is_popup %} {% block breadcrumbs %}
{% endblock %} {% endif %} {% block object-tools %} {% if change %} {% if not is_popup %} {% endif %} {% endif %} {% endblock %} {% block content %} {% with module_name=opts.model_name|lower|slugify %} {% render_with_template_if_exist opts.app_label|lower|add:"/admin_model_"|add:module_name|add:"_change_form.html" "" %} {% endwith %} {% endblock %}