{% block record_responsabilites %} {% for auteur in record.responsabilites.auteurs %} {% if loop.first %}
{% else %} ; {% endif %} {{ auteur.auteur_titre }} {% if loop.last %}
{% endif %} {% endfor %} {% endblock %}
    {% block record_cart%} {% if record.cart_allow %} {% if global.lvl != 'show_cart' %}
  • {% if record.in_cart %} {{ msg.notice_basket_remove }} {% else %} {{ msg.record_display_add_to_cart }} {% endif %}
  • {% endif %} {% endif %} {% endblock %}