{% include 'header.html' %}
{% 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

{# NOTE: All reusable modules and all related stuff like css are dynamically connecting as ES6 modules, inside the code #} {# TODO: It's possible to dynamically load all required styles using `CommonHelpers.addCssStyle` method. #} {% include 'footer.html' %}