{% extends "balafon/email_base.html" %} {% load i18n balafon_utils %} {% block content %}{% spaceless %} {% url "registration_activate" activation_key as activation_url %}
{% blocktrans %} Hello, You have requested to create an account on {{site}}. We are happy to welcome you on the site. We hope you will enjoy it. In order to finish the account creation, please activate your account by visiting the following url: {% endblocktrans %}
{% trans "Account activation" %}
{% blocktrans %} If you did not request this account creation, please ignore this email. {% endblocktrans %}
{% endspaceless %} {% endblock %}