{% extends "layout.html" %} {% load i18n %} {% block title %}{% trans "Confirm email" %}{% endblock %} {% block content %}

{% trans "Confirm your email address" %}

{% trans "A confirmation code has been sent to the email address you used to register your account." %}

{% if not valid %}

{% trans "Sorry! We couldn't find that code." %}

{% endif %}
{% csrf_token %}
{% include "confirm_email/resend_modal.html" with id="resend_form" %}
{% include 'snippets/about.html' %}
{% endblock %}