{% extends 'wizard/layout.html.twig' %} {% block wizard_content %}

{{ 'wizard.profile.title'|trans({}, 'wizard') }}

{{ 'wizard.profile.description'|trans({}, 'wizard') }}

{{ 'wizard.separator'|trans({}, 'wizard') }}
{{ form_rest(form) }}
{% endblock %} {% block javascripts %} {% endblock %}