{% extends "admin/change_list.html" %} {% load admin_urls i18n %} {% block object-tools %} {# Export only button #}
{% if has_export_permission %} download {% trans "Export" %} {% endif %} {# Add button and other standard tools #} {% if has_add_permission %} add {% endif %}
{% endblock %}