{% for resource_pool in resource_pools.qs %}
{% endfor %}
{% if resource_pool.attribute_definitions.all|length == 0 %}
{% else %}
{% endif %}
Attribute | Consumption | Produced | Consumed | Available |
---|---|---|---|---|
{{ attribute.name }} |
|
{{ total_produced | floatformat:0 }} {% if attribute.over_commitment_producers != 1 %} {% endif %} | {{ total_consumed | floatformat:0 }} {% if attribute.over_commitment_consumers != 1 %} {% endif %} |