{% extends 'base.html' %} {% block content %}
{% include "generics/breadcrumbs.html" %}
{% if form.errors %} {% endif %}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}

Attributes

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