{% extends "admin/import_export/change_list.html" %}
{% load extra_buttons %}
{% block object-tools-items %}
{% include "admin_extra_buttons/includes/change_list_buttons.html" %}
{% include "admin/import_export/change_list_import_item.html" %}
{% include "admin/import_export/change_list_export_item.html" %}
{{ block.super }}
{% endblock %}