{% extends "sphene/sphboard/base.html" %}
{% load i18n %}
{% block content %}
{% blocktrans %}An email containing the required validation code has been sent to {{ email }}.
Please check your emails to continue registration process.{% endblocktrans %}
{% endblock %}