{% extends "django_filters:admin/change_list.html" %} {% load result_list admin_static admin_list i18n %} {% load url from future %} {% load admin_urls %} {% block bodyclass %}change-list {{ module_name }}{% endblock %} {% block extrahead %} {{ block.super }} {% if action_form_fields %} {% endif %} {% endblock %} {% block object-tools %} {% if has_add_permission %} {% endif %} {% endblock %} {% block result_list %} {% if action_form and actions_on_top and cl.full_result_count %}{% admin_extra_actions 'admin/actions.html' %}{% endif %} {% result_list cl %} {% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_extra_actions 'admin/actions.html' %}{% endif %} {% endblock %}