{% extends 'vacio.html.twig' %} {% block title %}Registro {% endblock %} {% block body %} {% for flash_error in app.flashes('verify_email_error') %} {% endfor %}
{{ form_start(registrationForm) }} {{ form_row(registrationForm.email, {label: 'Correo electrónico'}) }} {{ form_row(registrationForm.plainPassword, { label: 'Contraseña' }) }} {{ form_row(registrationForm.agreeTerms, {label: 'Estoy de acuerdo con las condiciones'}) }}
Ya estoy registrado
{# #} {# #} {# #} {# #} {# #} {# #} {# #} {% endblock %}