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