{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block body %}

Define the functional unit to assess

1. Chose database


{% for name in db_names %} {{ name }}
{% endfor %}

2. Search by name:

Selected activities:

(click to change amounts)

Amount Unit Name Location Key
Not yet!

Chose the LCIA method

Chosen method: (click below to chose a method)

{% for m in lcia_methods %} {% endfor %}
Level 1 Level 2 Level 3 # CFs Unit
{{m.l1}} {{m.l2}} {{m.l3}} {{m.n}} {{m.u}}

The LCA calculation has been started. Please wait until it finishes, and you will be redirected to the report.
{% endblock %}