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

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

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

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