{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load i18n %} {% load static %} {% block js %} {% endblock %} {% block content %}
{% trans "Ingest" as ingest_label %} {% trans "Rights" as rights_label %} {% trans "Transfer" as transfer_label %} {% trans "Edit" as edit_label %} {% trans "Add" as add_label %}

{{ rights_label }}
{{ name }}

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

{% trans "Saved" %}

{% endif %} {% if new_content_type_created %}
{% if new_content_type_created %}

{% trans "You may now add additional information such as document identifers and notes." %}

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