{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block title %}Review matches{% endblock %} {% block h1 %}Review matches{% endblock %} {% block page_id %}atk_review{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Restart matching Finish matching {% for match in matches %} {% endfor %}
File Level Title Identifier Dates
{{ match.object_path }} {{ match.resource.levelOfDescription }} {{ match.resource.title }} {{ match.resource.identifier }} {{ match.resource.dates }}
{% endblock %}