{% extends 'gabarit.html' %} {% block title %} {% title authority_isbd %} {{ msg.collection_tpl_collection }} {{ authority.name }} {% if authority.collection_web %} {% endif %} {% endtitle %} {% endblock %} {% block aut_see %}
{{ block.super }}
{% 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 %}