{% set active = 'devis' %} {% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block body %}
{% if step == 2 %} {{ render(path('template.get',{url : 'devis-step'~step,id : item.id})) }} {% elseif step != 1 %} {{ render(path('template.get',{url : 'devis-step'~step,id:item.id,demande : demande.id})) }} {% else %} {{ render(path('template.get',{url : 'devis-step'~step})) }} {% endif %}

{{ settings.find(31) }}

{{ settings.find(30) }}

exclamation-circle

{{ settings.find(29) }}

Etape 1

square-arrow
{{ settings.find(26) | raw }}

Etape 2

square-arrow
{{ settings.find(27) | raw }}

Etape 3

check
{{ settings.find(28) | raw }}
{{ render(path('template.get',{url : 'know_more'})) }}
{% endblock %} {% block title %} Demande de devis - Micro76 {% endblock %}