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