{% extends "mongo_auth/base.html" %} {% load future i18n %} {% block title %}{% trans "Confirm your e-mail address" %}{% endblock %} {% block content %}
{% blocktrans with email=user.email %}You are just one step away from confirming your e-mail address. If for some reason the input box below is empty, paste the token in manually from the confirmation e-mail you have received.{% endblocktrans %}
{% with form_submit=_("Confirm your e-mail address") %} {% include "mongo_auth/form.html" %} {% endwith %}