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