{% extends '@Flexy/FrontBundle/Themes/Mutaweef/templates/layout.html.twig' %} {% block stylesheets %} {{parent()}} {% endblock %} {% block body %} {% set defaultCityRegion = null %} {% if customer %} {% set defaultCityRegion = customer.cityRegion %} {% endif %}
{% include "@Flexy/FrontBundle/Themes/Mutaweef/templates/missions/small-includes/_steps.html.twig" with {order:null} %}
Guide Umrah

Indiquez à nos guides vos attentes pour qu’ils répondent
le mieux à vos attentes lors de votre visite

{{form_start(form)}}
{% set counterForm = 1 %}
{% for singleField in form.children %} {% if counterForm <= 4 %} {% if singleField.vars.id != "mission_shipmentItem" %} {{form_label(singleField)}} {% endif %} {{form_widget(singleField)}} {{form_errors(singleField)}} {% endif %} {% set counterForm = counterForm + 1 %} {% endfor %}
{{form_rest(form)}}
{{form_end(form)}}
{% block javascripts %} {{parent()}} {% endblock %} {% endblock %}