{% extends "::layout.html.twig" %} {% block content %}
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) }}