{% extends "fluent_pages:admin/fluent_pages/page/change_list.html" %} {% comment %} Add blocks from `reversion/change_list.html`. {% endcomment %} {% load i18n admin_urls %} {% 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 %}