{% extends "admin/change_list.html" %} {% load admin_list admin_urls i18n chassis_admin %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block page_actions %} {% if chassis_list_actions or has_add_permission %} {% endif %} {% endblock %} {% block object-tools %}
{% if tabs or tab_groups %}

{{ tabs_fieldset_title }}

{% if tabs %} {% if field_tab_display == "select" %}
{% else %} {% endif %} {% endif %} {% if tab_groups %}
{% for group in tab_groups %}
{% if tab_display == "select" %} {% else %} {% endif %}
{% endfor %}
{% endif %}
{% endif %} {% include "admin/chassis/search.html" with search_fields=chassis_search_fields fieldset_title=chassis_search_fieldset_title placeholder=chassis_search_placeholder query=chassis_search_query preserved_parameters=chassis_search_preserved_parameters collapsed=chassis_search_collapsed only %} {% chassis_date_hierarchy cl chassis_date_hierarchy_fieldset_title chassis_date_hierarchy_collapsed %} {% chassis_filters cl chassis_filter_fields chassis_filters_fieldset_title chassis_filters_collapsed %}
{% endblock %} {% block filters %}{% endblock %} {% block search %}{% endblock %} {% block date_hierarchy %}{% endblock %} {% block result_list %}

{{ cl.opts.verbose_name_plural|capfirst }}

{% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% result_list cl %} {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %}
{% endblock %}