{% extends "admin/change_list.html" %} {% load i18n %} {% block object-tools-items %} {% if soft_deleted_active_url %}
  • {% trans "View active" %}
  • {% endif %} {% if soft_deleted_purge_url and soft_deleted_count %}
  • {% trans "Purge deleted" %}
  • {% endif %} {{ block.super }} {% endblock %}