{% 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 and config.role == 'editors' %} {{ 'Waitlisted' if ds.waitlist else 'Waitlist' }} {% if not ds.matched %} No match needed {% if same_name_count %} Mark all matched {% endif %} Match {% else %} {% if ds.match_type == "1" %}No match needed{% else %}Matched{% endif %} {% endif %} {% endif %} {% if ds.matched and not is_proxy and config.role == 'editors' %} Remove match and delete proxy {% endif %} {% if is_proxy and config.role == 'editors' %} Delete proxy and remove match {% 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.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.location }}
{{ exc.output.unit }}
{% include 'footer.html' %}