{% extends "admin/change_list.html" %}
{% load quickedit admin_list adminmedia %}
{% block extrastyle %}{{ block.super }}
{% endblock %}
{% block extrahead %}{{ block.super }}
{% endblock %}
{% block result_list %}
{% if action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %}
{% qe_result_list cl %}
{% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %}
{% endblock %}