{% extends "admin/change_list.html" %}
{% load i18n admin_urls static admin_list %}
{% block extrastyle %}{{ block.super }}
{% endblock %}
{% block object-tools-items %}
{% if show_object_tools %}
{{ block.super }}
{% endif %}
{% endblock object-tools-items %}