{% include 'header.html' %} {# Globals: - `CompareCore` (from `bw_matchbox/assets/js/compare-core.js`) #}
{% include 'navigation.html' %}

Location: {% if source_node.location == target_node.location %}Same{% else %}{{ source_node.location }} | {{ target_node.location }}{% endif %}

Unit: {% if source_node.unit == target_node.unit %}Same{% else %}{{ source_node.unit }} | {{ target_node.unit }}{% endif %}

{% else %}Save{% endif %}

{{ source_node.name }}

{{ target_node.name }}

{% include 'footer.html' %}