{% extends "jmb.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 }} {% endblock %} {% block object-tools %} {% if has_add_permission %} {% endif %} {% endblock %} {% block result_list %} {% admin_extra_actions 'admin/actions.html' %} {% if paginator_on_top %} {% block pagination_top %} {% pagination cl %} {% endblock %} {% endif %} {% result_list cl %} {% if action_form and actions_on_bottom and cl.full_result_count %} {% admin_extra_actions 'admin/actions.html' %} {% endif %} {% endblock %} {% if paginator_on_bottom %} {% block pagination %}{% pagination cl %}{% endblock %} {% endif %}