{% include 'header.html' %} {# Common dependencies... #} {# Modal windows are used #} {% include 'common-modal.html' %} {# Module-specific dependencies... #} {# Core js module #}
{% include 'navigation.html' %}

{{ ds.name }} {% if ds.database == source %} {% if not ds.matched %} {% if same_name_count %}{% endif %} Match{% elif ds.match_type == "1" %}{% else %}{% endif %} {% endif %}{% if is_proxy %} Delete proxy {% endif %}

  • {{ ds.database }}
  • {{ ds.location }}
  • {{ ds.unit }}
  • {{ ds.id }}
  • {{ ds['production amount'] }}
  • {{ ds['reference product'] }}
  • {{ authors }}
  • {{ds.comment }}
  • {% if same_name_count %}
  • {{ same_name_count }}: {% for obj in same_name %}{% if obj.data.matched %} {% endif %}{{obj.location}} {% endfor %}
  • {% endif %} {% if proxy_node %}
  • {{ proxy_node }}
  • {% endif %} {% if reference_node %}
  • {{ reference_node }}
  • {% endif %} {% if match_type %}
  • {{ match_type }}
  • {% endif %}
Sample error text

Technosphere Inputs

{% for row in technosphere %} {% endfor %}
Amount Name Location Unit Matched
{{row.amount}} {{row.input.name}} {{row.input.location}} {{row.input.unit}} {% if row.input.matched %}{% else %}{% endif %}

Biosphere Inputs

{% if biosphere|length > 50 or not biosphere|length %}

{{ biosphere|length }} biosphere exchanges

{% else %} {% for exc in biosphere %} {% endfor %} {% endif %}
Amount Name Categories Unit
{{ exc.amount }} {{ exc.input.name }} {{ exc.input.categories|join("|") }} {{ exc.input.unit }}

Consuming processes ({{ total_consumers }})

{% if not total_consumers %}

No consuming processes

{% elif total_consumers > 50 %}

Showing 50 of {{ total_consumers }}

{% endif %} {% if total_consumers %} {% for exc in consumers %} {% endfor %} {% endif %}
Amount Name Location Unit
{{ exc.amount }} {{ exc.output.name }} {{ exc.output.location }} {{ exc.output.unit }}
{% include 'footer.html' %}