{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% trans "The registration process has started successfully" %}
{% blocktrans %}An email has been sent to you with further instructions.{% endblocktrans %}
{% blocktrans %}You must click on the link in that email to finish the registration process.{% endblocktrans %}
{% endblock %}