{% apply inline_css %}

{{ mform.title }}

Ce document couvre tous les éléments qule le client a indiqués le {{ mform.dateCreation|date('d-m-Y') }}{{ mform.dateCreation|date('H:i:s') }} dans le formulaire en ligne de {{ mform.title }} et avec les prix requis suivant:

{% set jsondata = mform.getJsonData() %} {% if jsondata[mform.title] is defined %} {% for stepTitle in jsondata[mform.title]|keys %} {% if stepTitle != 'recap' %}

{{ stepTitle }}

{% endif %}
    {% for question in jsondata[mform.title][stepTitle]|keys %} {% if 'contact_' not in question and 'entreprise_' not in question and 'recap-' not in question %} {{ question }} {% set type = jsondata[mform.title][stepTitle][question]['type'] %} {% set options = jsondata[mform.title][stepTitle][question]['options'] %} {% if jsondata[mform.title][stepTitle][question]['optionslabel'] is defined %} {% set optionslabels = jsondata[mform.title][stepTitle][question]['optionslabel'] %} {% endif %} {% set reponse = jsondata[mform.title][stepTitle][question]['reponse'] %} {% set optionsUnite = jsondata[mform.title][stepTitle][question]['optionsUnite'] %}
      {% if type == 'radio' %} {% for option in options %} {% if reponse == option %}
    • > {{option}} {% if optionslabels is not null %} - {{optionslabels[loop.index - 1]}} {% endif %}
    • {% endif %} {% endfor %} {% elseif type == 'checkbox' %} {% for option in options %} {% if option in reponse %}
    • > {{option}} {% if optionslabels is not null %} - {{optionslabels[loop.index - 1]}} {% endif %}
    • {% endif %} {% endfor %} {% elseif type == 'list' %} {% for option in options %} {% if reponse[loop.index - 1] != 0 %}
    • >{{ option }} {% if optionslabels is not null %} - {% set resmult = reponse[loop.index - 1] * optionslabels[loop.index - 1] %} {{resmult}}  {{ optionsUnite }} {% endif %}
    • {% endif %} {% endfor %} {% else %}
    • > {{reponse}}
    • {% endif %}
    {% endif %} {% endfor %}
{% endfor %} {% endif %}

Nous tenons à vous remercier de nous avoir sollicités, Nous sommes toujours disponibles pour répondre à toutes vos demandes et vos questions. Veuillez agréer, Madame, Monsieur, nos salutations distinguées.

Solution de devis en ligne réalisé par devil-it-applications.fr

{% endapply %}