{% extends "common/base.html" %} {% load crispy_forms_tags %} {% load static %} {% block title %} Allocation Change Detail {% endblock %} {% block content %}

Edit attributes for {{ allocation.get_parent_resource }} for project: {{ allocation.project.title }}


Allocation Attributes

{% if attributes %} {% csrf_token %}
{% for form in formset %} {% endfor %}
Attribute Set New Value
{{form.name.value}} {{form.value}} Value changed
{% else %} {% endif %} {% if attributes %} {% endif %} Cancel {{ formset.management_form }}
{% endblock %} {% block javascript %} {{ block.super }} {% endblock %}