{% include 'header.html' %} {# Common dependencies... #} {% include 'common-modal.html' %} {% include 'common-notify.html' %} {# Module-specific dependencies... #} {# Core js module: - `CompareCore` (from `bw_matchbox/assets/js/Compare/CompareCore.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 %}

{% if config.role == 'editors' %} {% else %}Save{% endif %} {% endif %}

{{ source_biosphere_number }} biosphere exchanges

{{ target_biosphere_number }} biosphere exchanges

{% include 'footer.html' %}