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

{{ msg.detail_coll }}

{% endblock %} {% block title %}

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

{% endblock %} {% block details %}
{{ msg.collection_tpl_publisher }} :
{{ authority.editeur }}
{{ msg.collection_tpl_issn }} :
{% if authority.issn %}{{ authority.issn }}{% else %}{{ msg.collection_tpl_no_issn }}{% endif %}
{% if authority.comment %}
{{ msg.707 }} :
{{ authority.comment | nl2br }}
{% endif %} {% endblock %} {% block aut_buttons %}
{% if global.pmb_type_audit %} {% endif %}
{% endblock %} {% block aut_link_delete %} document.location='./autorites.php?categ=collections&sub=delete&id={{authority.num_object}}'; {% endblock %}