{% extends "qommon/forms/widgets/comment.html" %} {% load i18n %} {% block widget-content %} {% if form_tracking_code %} {% with webservice.cartads_pieces.data as pieces %} {% for piece in pieces %} {% if piece.section_start %}

{{ piece.section_start }}

{% endif %} {% if piece.section_start == "Cerfa" %} {% for cerfa in webservice.cartads_cerfa.data %}

Télécharger : {{ cerfa.text }}

{% endfor %} {% endif %}
{% if piece.codePiece %}{{ piece.codePiece }} - {% endif %}{{ piece.text }} {% if piece.reglementaire %}*{% endif %}
{% for file in piece.files %}
{% trans "Drop a file or click to select one" %}
{% trans "Upload done" %}
{{ file.name }} {% trans "remove" %}
{% endfor %}
{% if piece.max_files > 1 %} {% endif %}
{% endfor %} {% endwith %} {% else %}
Prévisualisation impossible.
{% endif %} {% endblock %}