{% extends "admin/change_list.html" %}
{% load admin_list stylable_admin_list %}
{% block result_list %}
{% if action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %}
{% block result_list_content %}{% stylable_result_list cl %}{% endblock %}
{% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %}
{% endblock %}