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

Rights
{{ name }}

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

Saved!

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

You may now add additional information such as document identifers and notes.

{% else %}

You may now add additional {{ new_content_type_created|lower }} information such as document identifers and notes.

{% endif %}
{% endif %} {% if section == 'ingest' %}
{% else %} {% endif %} {{ grantFormset.management_form }} {{ grantFormset.non_form_errors.as_ul }} {% for form in grantFormset %}
{% include "_form.html" %}
{% endfor %}
{% if section == 'ingest' %} Cancel {% else %} Cancel {% endif %}
{% endblock %}