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

{{ msg.detail_subcoll }}

{% endblock %} {% block title %}

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

{% endblock %} {% block details %}
{{ msg.subcollection_details_author | printf "" }}
{{ authority.editeur_libelle }}
{{ msg.subcollection_details_collection | printf "" }}
{{ authority.parent_libelle }}
{{ msg.subcollection_details_issn | printf "" }}
{% if authority.issn %}{{ authority.issn }}{% else %}{{ msg.subcollection_details_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=souscollections&sub=delete&id={{authority.num_object}}'; {% endblock %}