{% load i18n admin_urls %} {% if actions_list %} {% for action in actions_list %}
  • {{ action.title }}
  • {% endfor %} {% endif %} {% block object-tools-items %}
  • {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} {% trans "History" %}
  • {% if has_absolute_url %}
  • {% trans "View on site" %}
  • {% endif %} {% endblock %}