{% extends "admin/change_form.html" %}{% load i18n %}{% load url from future %} {% block object-tools-items %}
  • {% trans "History" %}
  • {% if has_absolute_url %}
  • {% trans "View on site" %}
  • {% endif%} {% endblock %} {% block content %}{{ block.super }} {% if original %} {% with next_entry=original.next_entry previous_entry=original.previous_entry %}

    {% if previous_entry %}← {% trans "previous entry" %}{% endif %} {% if next_entry %}{% trans "next entry" %} →{% endif %}

    {% endwith %} {% endif %} {% endblock %}