{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block title %}Match{% endblock %} {% block h1 %}Match{% endblock %} {% block page_id %}atk_match{% endblock %} {% block content %}
{% include "ingest/atk/_search_form.html" %}

Description
{{ resource_component_data.title }} ({{ resource_component_data.id }})

Assign DIP objects to this level of description

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

No child descriptions found.

{% endif %}
{% endblock %}