{% extends "admin/change_form.html" %} {% load i18n %} {% block object-tools %} {% if django_ray_admin_uses_unfold or has_absolute_url or django_ray_sensitive_data_url %} {{ block.super }} {% endif %} {% endblock %} {% block object-tools-items %} {% if django_ray_admin_uses_unfold %} {# Unfold honors show_history=False and retains its configured view-on-site tool. #} {{ block.super }} {% elif has_absolute_url %}
  • {% translate "View on site" %}
  • {% endif %} {% if django_ray_sensitive_data_url %}
  • Sensitive data
  • {% endif %} {% endblock %}