{% 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.bulletin_id %} {% endif %} {% if record.resume %} {% endif %} {% if record.contenu %} {% endif %}
{{ msg.tit1display_start }} {{ record.tit1 }} ({{ record.year }})
{{ 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.dans_start }} : {{ record.bul_info.title }} ({{ record.bul_info.numero }} {{ record.bul_info.date }})
{{ msg.n_resume_start }} {{ record.resume | nl2br }}
{{ msg.n_contenu_start }} {{ record.contenu | nl2br }}
{% endblock record_content %}