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

{% trans "Collections" %}
Archivist's Toolkit

{% include "ingest/atk/_search_form.html" %} {% for resource in page.objects %} {% endfor %}
{% trans "Title" %} {% trans "Dates" %}
{{ resource.title }} ({{ resource.id }}) {{ resource.dates }}
{% include "_pager.html" %}
{% endblock %}