{% extends 'gabarit.html' %} {% block detail %} {% if element.editeur %}
{{msg.164}} :
{{ element.editeur }}
{% endif %}
{{ msg.collection_tpl_issn }} :
{% if element.issn %}{{ element.issn }}{% else %}{{ msg.collection_tpl_no_issn }}{% endif %}
{% if element.collection_web %}
{{msg.editeur_web}} :
{{ element.collection_web }}
{% endif %} {% if element.comment %}
{{msg.707}} :
{{ element.comment | nl2br }}
{% endif %} {% endblock detail %}