{% extends 'gabarit.html' %} {% block detail %} {% if element.parent_libelle %}
{{ msg.search_extended_subcollection_parent }} :
{{ element.parent_libelle }}
{% endif %} {% if element.editeur_libelle %}
{{msg.164}} :
{{ element.editeur_libelle }}
{% endif %}
{{ msg.subcollection_details_issn | printf "" }}
{% if element.issn %}{{ element.issn }}{% else %}{{ msg.subcollection_details_no_issn }}{% endif %}
{% if element.subcollection_web %}
{{ msg.editeur_web }} :
{{ element.subcollection_web }}
{% endif %} {% if element.comment %}
{{ msg.707 }} :
{{ element.comment | nl2br }}
{% endif %} {% endblock detail %}