{% extends "base.html" %} {% load i18n %} {% block main-content %}
{% if form.errors %}
{% trans "Please correct the errors below and try again." %}
{% endif %}

{% csrf_token %}

{{ title }}

{% trans "Enter your email address below, and we'll resend an email verification." %}

{{ form.email.errors }}

{% endblock %}