{% extends "admin/change_list.html" %} {% load i18n admin_urls static admin_list %} {% block extrastyle %} {# Don't call block.super, since it's the block we want to override #} {{ block.super.super }} {# the nex tcss file is hard-code below #} {# #} {% if cl.formset %} {% endif %} {% if cl.formset or action_form %} {% endif %} {{ media.css }} {% if not actions_on_top and not actions_on_bottom %} {% endif %} {# copied from changelists.css #} {% endblock %} {% block breadcrumbs %}
{% endblock %}