{% extends 'base.html.twig' %} {% block title %}Create your account {% endblock %} {% block body %}
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}

Create an account

Please inform your data to create an account

This field is required.
Please fill a valid email address.
Passwords didn't match and cannot be empty.
Passwords didn't match and cannot be empty.
{% endblock %}