{% extends "admin/change_list.html" %} {% load i18n admin_static admin_list %} {% load url from future %} {% load slices_modify %} {% block breadcrumbs %}
{% endblock %} {% block result_list %} {% if action_form and actions_on_top and cl.full_result_count %}{% list_nodes_admin_actions %}{% endif %} {% result_list cl %} {% if action_form and actions_on_bottom and cl.full_result_count %}{% list_nodes_admin_actions %}{% endif %} {% endblock %}