{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block title %}Match{% endblock %} {% block h1 %}Match{% endblock %} {% block page_id %}atk_match{% endblock %} {% block content %}

Collections
ArchivesSpace

{% include "ingest/as/_search_form.html" %} {% if reset_url %}
Restart matching {% else %}
Restart matching {% endif %} Review matches {% for resource in page.objects %} {% endfor %}
Title Dates
{{ resource.title }} {% if resource.identifier %} ({{ resource.identifier }}) {% endif %} {{ resource.dates }}
{% include "_pager.html" %}
{% endblock %}