{% extends "registration/registration_base.html" %} {% load i18n %} {% block cscontent %}

{% trans "Activate your account" %}

{% blocktrans %}In order to confirm your email, we have sent you by email the needed information to activate your account. Please, read your email and activate your account.{% endblocktrans %}

{% trans "Check your email." %}

{% trans "Remember:" %}

{% endblock %} {% block cssidebar %} {% endblock %}