{% include 'header.html' %}
No technosphere exchanges
{% else %}Amount |
Name |
Location |
Unit |
Matched |
---|---|---|---|---|
{{row.amount}} |
{{row.input.location}} |
{{row.input.unit}} |
{% if row.input.matched %}{% else %}{% endif %} |
No biosphere exchanges
{% elif biosphere|length > 50 %} {# Don't show if more than 50? #}{{ biosphere|length }} biosphere exchanges
{% else %}Amount |
Name |
Categories |
Unit |
---|---|---|---|
{{ exc.amount }} |
{{ exc.input.name }} |
{{ exc.input.categories|join("|") }} |
{{ exc.input.unit }} |
No consuming processes
{% elif total_consumers > 50 %}Showing 50 of {{ total_consumers }}
{% endif %} {% if total_consumers %} {# NOTE: Are we showing only first 50 records? Is it provided by server? #}Amount |
Name |
Location |
Unit |
---|---|---|---|
{{ exc.amount }} |
{{ exc.output.location }} |
{{ exc.output.unit }} |