{% if notification %}
{{ notification }}
{% endif %} {{ form_start(form) }}
{{ form_widget(form.firstname) }}
{{ form_widget(form.lastname) }}
{{ form_widget(form.email) }}
{{ form_widget(form.password.first) }}
{{ form_widget(form.password.second) }}
{{ form_widget(form.submit) }}
{{ form_end(form) }} I already have a membership