{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block title %}Match{% endblock %} {% block h1 %}Match{% endblock %} {% block page_id %}atk_match{% endblock %} {% block content %}
{% include "ingest/as/_search_form.html" %}

Collection
{{ resource_data.title }} ({{ resource_data.id }})

{% if reset_url %}
Restart matching {% else %}
Restart matching {% endif %} Assign DIP objects to this resource Review matches

{% if page.objects %} {% for component in page.objects %} {% endfor %}
Level of Description Title Dates
{{ component.levelOfDescription }} {{ component.title }} {% if component.identifier %} ({{ component.identifier }}) {% endif %} {{ component.dates }}
{% include "_pager.html" %} {% else %}

No child descriptions found.

{% endif %}
{% endblock %}