{% extends 'record_extended_display.tpl.html' %} {% block record_tit1 %}

{{ record.tit1 }}{% if record.tit4 %} : {{record.tit4}}{% endif %}

{% endblock %} {% block record_bul_info %} {% if record.bul_info.bulletin_id %}
  • {{ msg.dans_start }} : {{ record.bul_info.title }}
  • {% endif %} {% endblock %} {% block articles %} {% for article in record.articles %} {% if loop.first %}

    {{ msg.bull_dep }}

    {% if record.cart_allow %} {% if global.opac_cart_only_for_subscriber == "1" %} {% if session_vars.id_empr %} {{msg.cart_add_result_in}} {% endif %} {% else %} {{msg.cart_add_result_in}} {% endif %} {% endif %} {% endif %} {{ article }} {% if loop.last %}
    {% endif %} {% endfor %} {% endblock articles %}