{% extends "mongo_auth/base.html" %} {% load future i18n %} {% block title %}{% trans "E-mail address confirmation" %}{% endblock %} {% block content %}

{% trans "E-mail address confirmation" %}

{% blocktrans with email=user.email %}Clicking the button below will send a confirmation mail to {{ email }}.{% endblocktrans %}

{% with form_submit=_("Click here to confirm your e-mail address") %} {% include "mongo_auth/form.html" %} {% endwith %}
{% trans "Why should I confirm my e-mail address?" %}
{% blocktrans %}Confirming your e-mail address improves the security of your account. Once you've confirmed your e-mail address, you will be able to reset your password in the case you lost it or forget it.{% endblocktrans %}
{% endblock %}