{% extends "::layout.html.twig" %} {% block content %}
{#
Wizard demo

Some textboxes in this example is required.

#} {{ form_start(form,{'attr': {'class': 'smart-wizard', 'id':'form'}}, {'method': 'post'}) }} {% include '@Demande/Demandeur/Request/form.html.twig' %} {{ form_end(form) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% include 'DemandeBundle:Demandeur/Request:validationDemande.html.twig' %} {% endblock %}