{% extends 'base.html' %} {% block content %}
{% include "generics/breadcrumbs.html" %}
{% include "generics/form_edit.html" %}

Computable attributes

{% for attribute in resource_pool.attribute_definitions.all %} {% endfor %}
Name Over commitment for producers Over commitment for consumers Operations
{{ attribute.name }} {{ attribute.over_commitment_producers | floatformat:1 }} {{ attribute.over_commitment_consumers | floatformat:1 }} Edit Delete
{% endblock %}