{% extends 'aristotle_mdr/concepts/contentInfoBase.html' %} {% load aristotle_tags i18n l10n %} {% load render_bundle from webpack_loader %} {% block webpack_bundle %} {% render_bundle 'compare_versions' 'js' %} {% endblock %} {% block webpack_css_bundle %} {% render_bundle 'compare_versions' 'css' %} {% endblock %} {% block title %}Version history of {{ item.name }}{% endblock %} {% block infoContent %}

Version Comparator for {{ item.name }}

Comparing differences between versions of {{ item.name }}. Only fields where there is a difference between saves are displayed.
Comparisions are performed chronologically. Green highlighting indicates that is has been added in the newer item, and red text indicates it has been removed in the newer item. {% if comparing_different_formats %}

You are comparing versions saved using two different formats. The comparision will be very limited.
{% endif %}
The icon indicates that a side-by-side rendered HTML comparison exists for this field.
{% if not_all_versions_selected %}
Both versions must be selected
{% elif cannot_compare %}
Those versions could not be compared
{% else %}
{% if diffs %} {% include "aristotle_mdr/actions/compare/compare_table.html" with allow_html_comparison=True %} {% endif %}
{% endif %} {# <-- End not all versions selected #} {% endblock %}