{% extends "jmb.core:admin/change_list.html" %} {% load admin_urls %} {% load i18n admin_static admin_list %} {% load publieditor_event_filters %} {% block result_list %} {% if action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %} {% extended_result_list cl %} {% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %} {% endblock %}