{% extends 'base.html'%} {% block title %}Analysis of {{args.item}} {% endblock%} {% block head_postload %} {% endblock%} {% block content %}

Running analysis for {{args.item}}

Running LCA for {{args.item}}, this may take a while...

{{args.item_code}}

{% endblock %}