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

Functional unit:

Impact assessment method:

{{ ia_method }}

Total score:

{{ '%.2g' % ia_score }} {{ ia_unit }}


Monte Carlo results

Median

{{ '%.2g' % mc_median }} {{ ia_unit }}

Average

{{ '%.2g' % mc_mean }} {{ ia_unit }}

95% interval

{{ '%.2g' % mc_lower }} - {{ '%.2g' % mc_upper }} {{ ia_unit }}



Concentration index

{{ '%.2g' % concentration_ratio }}

Herfindahl index

{{ '%.2g' % herfindahl }}

{% endblock %}