{% extends "mongo_auth/base.html" %} {% load future i18n %} {% block title %}{% trans "E-mail address confirmation" %}{% endblock %} {% block content %}
{% 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 %}