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

{{ msg.detail_coll }}

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

{{ msg.subcollection_details_subcollection | printf authority.name }}

{% endblock %} {% block details %}
{{ msg.subcollection_details_author | printf "" }}
{{ authority.publisher_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.comment }} :
{{ authority.comment | nl2br }}
{% endif %} {% endblock %}