publik-base-theme/templates/qommon/forms/widgets/pieces-complementaires-cart...

15 lines
537 B
HTML

{% extends "qommon/forms/widgets/comment.html" %}
{% block widget-content %}
{% if form_tracking_code %}
{% with webservice.cartads_pieces_complementaires.data as pieces %}
{% for piece in pieces %}
{% include "qommon/forms/widgets/includes/cartads-piece.html" with piece=piece grid="grid-1-2" only %}
{% endfor %}
{% endwith %}
{% include "qommon/forms/widgets/includes/cartads-js.html" only %}
{% else %}
<div class="infonotice">Prévisualisation impossible.</div>
{% endif %}
{% endblock %}