{% extends "admin/change_list.html" %} {% load static admin_list %} {% block extrahead %} {{ block.super }} {{ media.js }} {% endblock %} {% block result_list %} {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% result_list cl %}
{% for object in cl.result_list %}
{% endfor %}
{% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% endblock %}