{% extends "registration/base.html" %} {% load i18n %} {% block title %} {% trans "Successful registration" %} {% endblock %} {% block content %}

{% trans "You are now registered. Activation email sent." %}

{% trans "Back" %}

{% endblock %}