{% extends 'base.html.twig' %} {% block title %}Resend verification email{% endblock %} {% block body %}

Resend verification email

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 %}