{% 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 %} {% for id_thes,thesaurus in record.categories %} {% if global.opac_thesaurus %} {% if loop.first %} {% endif %} {% else %} {% if id_thes == global.opac_thesaurus_defaut %} {% if loop.first %} {% endif %} {% endif %} {% endif %} {% endfor %} {% if record.resume %} {% endif %} {% if record.contenu %} {% endif %} {% for cp in record.p_perso %} {% endfor %}
{{ 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.categories_start }} {% endif %} {% for categorie in thesaurus %} {% if global.opac_categories_categ_in_line %} {% if loop.first %}

{{ categorie.object.thes.libelle_thesaurus }}

{% else %} {{ global.pmb_keyword_sep }} {% endif %} {{ categorie.format_label }} {% else %}

[{{ categorie.object.thes.libelle_thesaurus }}] {{ categorie.object.libelle }}

{% endif %} {% endfor %} {% if loop.last %}
{{ msg.categories_start }} {% endif %} {% for categorie in thesaurus %} {% if global.opac_categories_categ_in_line %} {% if !loop.first %} {{ global.pmb_keyword_sep }} {% endif %} {{ categorie.object.libelle }} {% else %}

{{ categorie.object.libelle }}

{% endif %} {% endfor %} {% if loop.last %}
{{ msg.n_resume_start }} {{ record.resume | nl2br }}
{{ msg.n_contenu_start }} {{ record.contenu | nl2br }}
{{ cp.TITRE }} {{ cp.AFF }}
{% endblock record_content %}