{% include 'header.html' %}
{% include 'navigation.html' %}

{{ ds.name }} {# // It's possible to use header toolbar. #}

{# TODO: Show some info/statistics here (to keep plcae for loader? #}
0 0 0 0
Create some groups to start dragging the inputs.
Select inputs to drag them to the group. Use control key to select multiple inputs. All inputs must be added to a group.
Sample error text
{# Groups toolbar #}

Groups

No groups created

Production

No production exchanges

Amount
Name
Location
Unit

Technosphere Inputs

No technosphere exchanges

{# Row data: { amount: 0.06008158208572887 id: 199 input: {name: 'Clay-Williams', unit: 'kilogram', location: 'GLO', product: 'LLC', categories: 'Unknown'} output: {name: 'Smith LLC', unit: 'kilogram', location: 'GLO', product: 'Inc', categories: 'Unknown'} type: "technosphere" } Render example: ``` ``` #}
Amount
Name
Location
Unit
{{row.amount}}
{{row.input.location}}
{{row.input.unit}}

Biosphere Inputs

No biosphere exchanges

Amount
Name
Categories
Unit
{# TODO: It's possible to dynamically load all required styles using `CommonHelpers.addCssStyle` method. #} {% include 'footer.html' %}