{% extends 'gabarit.html' %} {% block header %}

{{ msg.detail_coll }}

{% endblock %} {% block aut_see %}
{{ block.super }}
{% endblock %} {% block title %}

{{ msg.subcollection_details_subcollection | printf authority.name }}

{% endblock %} {% block details %} {% if authority.comment %}
{{ authority.comment | nl2br }}
{% endif %} {% endblock %}