{% 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 }} {% include "admin/fluent_blogs/entry/change_form_navigation.html" %} {% endblock %}