{% extends "admin_extra_buttons/change_list.html" %} {% load admin_urls i18n %} {% block object-tools-items %} {# {% if not is_popup and has_add_permission and has_change_permission %} #} {#
  • {% blocktrans with cl.opts.verbose_name_plural|escape as name %}Recover deleted {{name}}{% endblocktrans %}
  • #} {# {% endif %} #} {{ block.super }} {% endblock object-tools-items %}