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

{% trans "Description" %}
{{ resource_component_data.title }} ({{ resource_component_data.id }})

{% if reset_url %}
{% trans "Restart matching" %}
{% else %}
{% trans "Restart matching" %}
{% endif %} {% trans "Review matches" %} {% trans "Assign DIP objects to this level of description" %}

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

{% trans "No child descriptions found." %}

{% endif %}
{% endblock %}