{% extends "admin/change_form.html" %} {% load djadmin_tags %} {% block extrastyle %} {% exclude_bootstrap_tags as exclude_bootstrap_tags %} {% if not exclude_bootstrap_tags %} {% load render_bundle from webpack_loader %} {% render_bundle 'admin' 'css' %} {% render_bundle 'admin' 'js' %} {% endif %} {% endblock %} {% block content %} {% with st_controller="theme-manager" %}
Edit {% check_simple_history object as has_simple_history %} {% if has_simple_history %} History {% endif %} {% if dropdown_menu %} {% endif %}
{% for item in layout %} {% include 'admin/djadmin_components/_auto_row_col.html' with item=item %} {% endfor %} {% endwith %} {% endblock %}