{% extends "admin/change_list.html" %}{% load extra_buttons %} {% block object-tools-items %} {# {% for n in cl.model_admin.names %}
{{ n }}
{% endfor %} #} {{ block.super }} {% include "admin_extra_buttons/includes/change_list_buttons.html" %} {% endblock object-tools-items %}