{% extends 'aristotle_mdr/concepts/contentInfoBase.html' %} {% load aristotle_tags i18n l10n %} {% load render_bundle from webpack_loader %} {% block webpack_bundle %} {% render_bundle 'comparer' 'js' %} {% endblock %} {% block webpack_css_bundle %} {% render_bundle 'comparer' 'css' %} {% endblock %} {% block title %}Metadata comparison tool{{ item.name }}{% endblock %} {% block content %}

Metadata comparison tool

This tool allows you to compare items. Text in green below is present only in the item in that column, text in red is present only in the opposite column and text in white is similar across both items.
{% if item_a and item_b %} {% endif %}
{{ form.item_a.label }}
{{ form.item_a }}
{{ form.item_b.label }}
{{ form.item_b }}
{{item_a}} To {{item_b}}

{% if not_all_versions_selected %}
Both versions must be selected
{% elif cannot_compare %}
Those versions could not be compared
{% else %} {% if not has_same_base_model %}
The metadata items being compared are not of the same type. Only common metadata fields are compared. Custom fields are compared based on name only.
{% endif %}
{% if diffs %} {% include "aristotle_mdr/actions/compare/compare_table.html" with allow_html_comparison=False comparing_concepts=True %} {% endif %}
{% endif %} {# #} {% endblock %}