{% extends 'layout/auth.html.twig' %} {% block title %}Resend verification email{% endblock %} {% block auth_body %}

Enter your email address and we will send you a new link to verify your account.

{{ form_errors(resendForm) }} {{ form_start(resendForm) }} {{ form_row(resendForm.email) }}
{{ form_end(resendForm) }} {% endblock %}