{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block js %} {% endblock %} {% block content %}

Rights
{{ name }}

{% if request.method == 'POST' %} {% if form.is_valid %}

Saved!

{% else %}

An error has occurred.

{% endif %} {% endif %} {% if new_content_type_created %}
{% if new_content_type_created == 'Other' %}

New content added.

{% else %}

New {{ new_content_type_created|lower }} content added.

{% endif %}
{% endif %} {% if section == 'ingest' %} {% if id %}
{% else %} {% endif %} {% else %} {% if id %} {% else %} {% endif %} {% endif %} {% include "_form.html" %}
{{ statuteFormset.management_form }} {{ statuteFormset.non_form_errors.as_ul }} {% for form in statuteFormset %}
{% include "_form.html" %}
Type
Value
Role
{% endfor %}
{{ licenseFormset.management_form }} {{ licenseFormset.non_form_errors.as_ul }} {% for form in licenseFormset %} {% include "_form.html" %}
Type
Value
Role
{% endfor %}
{{ otherFormset.management_form }} {{ otherFormset.non_form_errors.as_ul }} {% for form in otherFormset %} {% include "_form.html" %}
Type
Value
Role
{% endfor %}
{% if section == 'ingest' %} Cancel {% else %} Cancel {% endif %}
{% endblock %}