{% extends "admin/change_list.html" %} {% load admin_list i18n mptt_admin %} {% block result_list %} {% if action_form and actions_on_top and cl.full_result_count %}
{{ cl.result_count }} {% ifequal cl.result_count 1 %} {{ cl.opts.verbose_name }} {% else %} {{ cl.opts.verbose_name_plural }} {% endifequal %} {% if show_all_url %}    {% trans 'Show all' %} {% endif %}
{% admin_actions %}
{% endif %} {% mptt_result_list cl %} {% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %} {% endblock %}