{% extends 'aristotle_mdr/concepts/contentInfoBase.html' %} {% load aristotle_tags i18n %} {% load render_bundle from webpack_loader %} {% block title %}Version history of {{ object.item.name }}{% endblock %} {% block webpack_css_bundle %} {% render_bundle 'versions' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'versions' 'js' %} {% endblock %} {% block infoContent %}
{% if failed %}
Those versions could not be compared
{% endif %} {% if request.GET.version_id1 and not failed %}

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 %}
{% endblock %}