{% block record_case_traitement %} {% if global.cart_aff_case_traitement %} {% endif %} {% endblock %} {% block record_container_not %}
{% block record_picture_tdoc %}
{% block record_picture %} {% if record.get_picture_url %} {% endif %} {% endblock %} {% block record_tdoc %} {*{% block record_icon_doc %} {% if record.icon_doc %} {% endif %} {% endblock %}*}
{% if record.niveau_biblio == 'm' %} {{ record.tdoc }} {% else %} {{ record.biblio_doc }}{% if record.biblio_doc != record.tdoc %} : {{ record.tdoc }}{% endif %} {% endif %}
{% endblock %}
{% endblock %} {% block record_content %}
{% block record_new %} {% if record.new %}
{{ msg.record_display_new }}
{% endif %} {% endblock %} {% block record_tit1 %}

{% block record_serie %} {% if record.serie.id %} {{ record.serie.name }}{% if record.tnvol %}, {{ record.tnvol }}. {% endif %} {% else %} {% if record.tnvol %} {{ record.tnvol }}. {% endif %} {% endif %} {% endblock %} {% block record_title %} {{ record.tit1 }}{% if record.tit4 %} : {{record.tit4}}{% endif %} {% endblock %}

{% endblock %} {% block record_infoCompl %}
    {% block record_responsabilites %} {% if record.responsabilites.auteurs %}
  • {% for auteur in record.responsabilites.auteurs %} {% if loop.length == 1 %} {{ auteur.auteur_titre }}{% if auteur.fonction_aff %}, {{ auteur.fonction_aff }}{% endif %}{% if auteur.qualification %} ({{ auteur.qualification }}){% endif %} {% else %} {% if loop.first %}
      {% else %} ; {% endif %}
    • {{ auteur.auteur_titre }}{% if auteur.fonction_aff %}, {{ auteur.fonction_aff }}{% endif %}{% if auteur.qualification %} ({{ auteur.qualification }}){% endif %}
    • {% if loop.last %}
    {% endif %} {% endif %} {% endfor %}
  • {% endif %} {% endblock %} {% block record_publishers_year %} {% if record.publishers.0.isbd %}
  • {{ msg.editeur_start }} {{ record.publishers.0.isbd }} {% if record.publishers.1.isbd %} ; {{ record.publishers.1.isbd }} {% endif %} {% block record_year %} {% if record.year %} {% if record.responsabilites.auteurs %} {% if record.publishers.0.isbd or record.publishers.1.isbd %} | {% endif %} {% endif %} {{ record.year }} {% endif %} {% endblock %}
  • {% endif %} {% endblock %} {% block record_bul_info %}{% endblock %}
{% endblock %} {% block record_resume %} {% if record.resume %}
{{ record.resume | strip_tags | limitstring 250 }}
{% endif %} {% endblock %} {% block record_permalink %} {{svg.see_more.svg}}{{ msg.location_more_info }} {% endblock %}
{% endblock %} {% block record_aside_content %}
{% block record_cart%} {% if record.cart_allow %} {% if global.lvl != 'show_cart' %} {% endif %} {% endif %} {% endblock %} {% block record_avis %} {% if record.avis_allowed %}
Commentaires{{ record.display_avis }}
{% endif %} {% endblock %} {% block record_tag %} {% if record.tag_allowed %}
Tags{{ record.display_tag }}
{% endif %} {% endblock %} {% block record_suggest %} {% if record.sugg_allowed %}
Suggestions{{ record.display_suggestion }}
{% endif %} {% endblock %} {% block record_liste_lecture %} {% if record.liste_lecture_allowed %}
{{ record.display_liste_lecture }}
{% endif %} {% endblock %} {% block record_lien %} {% if record.lien %} {% endif %} {% endblock %} {% block record_docnum %} {% if record.explnums_datas.nb_explnums %} {{ record.explnums_datas.visionneuse_script }} {% if record.explnums_datas.nb_explnums == 1 %} {% if record.explnums_datas.explnums.0.consultation %} {{ record.explnums_datas.explnums.0.access_datas.script }} {% else %} {% endif %} {% else %} {% endif %} {% endif %} {% endblock %} {% block record_pnb_availability %} {% if record.availability.availability != 'none' %} {% if record.availability.availability != 'empty' %} {% block record_pnb %} {% if record.pnb_datas.flag_pnb_visible %} {% endif %} {% endblock %} {% endif %} {% endif %} {% endblock %} {% block record_resa_availability %} {% if record.availability.availability != 'none' %} {% if record.availability.availability != 'empty' %} {% block record_resa %} {% if record.resas_datas.flag_resa_visible %} {% if record.resas_datas.flag_resa_possible %} {% if !record.resas_datas.flag_max_resa %} {% endif %} {% endif %} {% endif %} {% endblock %} {% endif %} {% endif %} {% endblock %} {% endblock %}
{% block record_exemplaire %} {% sqlvalue record_expl_available %} select distinct(expl_location), location_libelle from exemplaires join docs_location on expl_location=idlocation and expl_notice={{ record.id }} where expl_id not in(select pret_idexpl from pret) and expl_statut in (select idstatut from docs_statut where pret_flag = 1); {% endsqlvalue %} {% sqlvalue record_expl_not_available %} select distinct(expl_location), location_libelle from exemplaires join docs_location on expl_location=idlocation and expl_notice={{ record.id }} where (expl_location not in(select expl_location from exemplaires where expl_notice={{ record.id }} and expl_id not in(select pret_idexpl from pret))) or (expl_statut in (select idstatut from docs_statut where pret_flag = 0)); {% endsqlvalue %} {% if record_expl_available or record_expl_not_available %}
{% for expl in record_expl_available %}
{{ expl.location_libelle }}
{{msg.notDispo}}
{% endfor %} {% for expl in record_expl_not_available %} {% if record_expl_available | count expl.expl_location 'expl_location' ; < 1 %}
{{ expl.location_libelle }}
{{msg.notIndispo}}
{% endif %} {% endfor %}
{% endif %} {% endblock %}
{% endblock %} {% block record_expl %} {% if record.external_parameters.expl %} {% if record.availability.availability != 'none' %}
{{ record.display_expl_responsive_list }}
{% endif %} {% endif %} {% endblock %}