{% 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 %} {% else %} {% if record.year %} {% endif %} {% endif %} {% if record.collection.isbd_entry %} {% endif %} {% if record.code %} {% endif %} {% if record.display_size %} {% endif %} {% if record.indexint %} {% 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.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 }}{% if record.year %}, {{ record.year }}{% endif %}
{{ msg.annee_edition }} : {{ record.year }}
{{ msg.coll_start }} {{ record.collection.isbd_entry }}
{{ msg.code_start }} {{ record.code }}
{{ msg.size_start }} {{ record.display_size }}
{{ msg.indexint_start }} {{ record.indexint.display }}
{{ 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 %} {% block articles %} {% for article in record.articles %} {% if loop.first %}

{{ msg.bull_dep }}

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