{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Activation email sent" %}{% endblock %} {% block container %}

{% trans "Please check your email to complete the registration process." %}

{% endblock %}