{% extends 'transfers/base.html' %} {% block h1_title %}{{form.accession_number.value}} {{ form.extent_files.value }} files, {{ form.extent_size.value|filesizeformat }}{% endblock %} {% block content %} {% if form.errors %}

Form Error

{% for field in form %} {%if field.errors %}

Error for field {{field.name}}: {{ field.errors|striptags }}

{% endif %} {% endfor %}
{% endif %}
{% csrf_token %} {% for hidden in form.hidden_fields %} {{hidden}} {% endfor %}
{% include 'accession/form_fields.html' with field=form.resource %}
{% include 'accession/form_fields.html' with field=form.title %}
{% include 'accession/form_fields.html' with field=form.start_date%}
{% include 'accession/form_fields.html' with field=form.end_date%}
Agent records for these creators were found in ArchivesSpace

Identified creator Identified creator Identified creator

Agent records for the creators listed below will be created in ArchivesSpace
{{form.access_restriction}} {% include 'accession/form_fields.html' with field=form.description %} {% include 'accession/form_fields.html' with field=form.access_restrictions %} {% include 'accession/form_fields.html' with field=form.use_restrictions %}

Rights Statements

{% regroup rights_statements by rights_group as merged_rights %} {% for statement in merged_rights %} {% endfor %}
Basis Rights Notes
{{statement.list.0.rights_basis}} {{statement.list.0.get_table_data.notes}}

Transfers

{% include 'parts/transfer_table.html' with uploads=transfers %}
Cancel
{% endblock %}