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

{{ msg.detail_coll }}

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

{{ msg.collection_tpl_coll }} {{ authority.name }} {% if authority.collection_web %} {% endif %}

{% endblock %} {% block details %} {% if authority.comment %}
{{ authority.comment | nl2br }}
{% endif %} {% for subcollection in authority.subcollections %} {% if loop.first %} {{ msg.subcollection_attached }}
{% endif %} {% endfor %} {% endblock %}