{% extends 'base.html' %} {% block header_button %} Resources {{ resource_group.resources.all|length }} {% endblock %} {% block main %}
{% if form.errors %} {% endif %} {% include "generics/form_edit.html" %}

Computable attributes

{% for attribute in resource_group.attribute_definitions.all %} {% endfor %}
Name Consume from Produce for
Operations
{{ attribute.name }} {{ attribute.consume_from }} {{ attribute.produce_for }}

Text attributes

{% for attribute in resource_group.text_attribute_definitions.all %} {% endfor %}
Name
Operations
{{ attribute.name }}
{% endblock %}