{#% form_theme registrationForm 'form/registration.html.twig' %#}
{{ form_start(registrationForm) }} {#, {#'method': 'post', 'action': path('fos_user_registration_register'), 'attr': {'class': 'fos_user_registration_register'}}#} {{ form_widget(registrationForm) }}
{{ form_end(registrationForm) }}

{% trans from 'messages' %}authentication.already_registered{% endtrans %} {% trans from 'messages' %}authentication.sign_in{% endtrans %}