{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load i18n %} {% block title %}Match{% endblock %} {% block h1 %}Match{% endblock %} {% block page_id %}as_match{% endblock %} {% block content %}
{% trans "Level of description" %} | {% trans "Title" %} | {% trans "Dates" %} |
---|---|---|
{{ component.levelOfDescription }} | {{ component.title }} {% if component.identifier %} ({{ component.identifier }}) {% endif %} | {{ component.dates }} |
{% trans "No child descriptions found." %}
{% endif %}