{% include 'header.html' %}
Amount | Name | Location | Unit | {% if show_matching %}Matched | Action | {% endif %}
---|---|---|---|---|---|
{{row.amount}} | {{row.input.name}} | {{row.input.location}} | {{row.input.unit}} | {% if show_matching %}{% if row.matched %}{% else %}{% endif %} |
{% if row.matched %}
Compare
{% else %}
Match
{% endif %}
{{ row.match.name }} {{ row.match.unit }} {{ row.match.location }} |
{% endif %}
{{ biosphere|length }} biosphere exchanges
{% else %}Amount | Name | Categories | Unit |
---|---|---|---|
{{ exc.amount }} | {{ exc.input.name }} | {{ exc.input.categories|join("|") }} | {{ exc.input.unit }} |