{% extends 'aristotle_mdr/base.html' %} {% load aristotle_tags i18n %} {% load compile_static %} {% load static from staticfiles %} {% block title %}Version history of {{ object.item.name }}{% endblock %} {% block extra_head_scripts %} {% endblock %} {% block content %}{% with item=object.item %}
The details below show only the content that has changed between saves.
{% include "reversion-compare/compare_partial.html" %} {% include "reversion-compare/compare_links_partial.html" %} {% else %} {% include "reversion-compare/action_list_partial.html" %} {% endif %} {% endwith %}{% endblock %}