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