{% extends 'record_extended_display.tpl.html' %} {% block record_content %} {% for auteur in record.responsabilites.auteurs %} {% if loop.first %} {% endif %} {% endfor %} {% if record.biblio_doc %} {% endif %} {% if record.bul_info.aff_date_date %} {% endif %} {% if record.publishers.0.isbd_entry %} {% endif %} {% if record.collection.isbd_entry %} {% endif %} {% if record.code %} {% endif %} {% if record.indexint %} {% endif %} {% if record.display_size %} {% endif %} {% if record.resume %} {% endif %} {% if record.contenu %} {% endif %}
{{ msg.tit1display_start }} {{ record.bul_info.title }} {{ record.tit1 }}
{{ msg.auteur_start }} {% else %} ; {% endif %} {{ auteur.auteur_titre }}{% if auteur.fonction_aff %}, {{ auteur.fonction_aff }}{% endif %} {% if loop.last %}
{{ msg.typdocdisplay_start }} {{ record.biblio_doc }}
{{ msg.bull_date_date }} {{ record.bul_info.aff_date_date }}
{{ msg.editeur_start }} {{ record.publishers.0.isbd_entry }}, {{ record.year }}
{{ msg.coll_start }} {{ record.collection.isbd_entry }}
{{ msg.code_start }} {{ record.code }}
{{ msg.indexint_start }} {{ record.indexint.display }}
{{ msg.size_start }} {{ record.display_size }}
{{ msg.n_resume_start }} {{ record.resume | nl2br }}
{{ msg.n_contenu_start }} {{ record.contenu | nl2br }}
{% endblock record_content %} {% block articles %} {% for article in record.articles %} {% if loop.first %}

{{ msg.bull_dep }}

{% endif %} {{ article }} {% if loop.last %}
{% endif %} {% endfor %} {% endblock articles %}