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

{{ msg.detail_coll }}

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

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

{% endblock %} {% block details %}
{{ msg.collection_tpl_publisher }} :
{{ authority.publisher_libelle }}
{{ msg.collection_tpl_issn }} :
{% if authority.issn %}{{ authority.issn }}{% else %}{{ msg.collection_tpl_no_issn }}{% endif %}
{% if authority.comment %}
{{ msg.comment }} :
{{ authority.comment | nl2br }}
{% endif %} {% for subcollection in authority.subcollections %} {% if loop.first %}
{{ msg.subcollection_attached }} :
{% endif %} {% endfor %} {% endblock %}