{% extends 'site_base.html' %} {% load i18n %} {% block content %} {% blocktrans with site.name as n %}
An activation link has been sent to the email address you provided, along with instructions for activating your account. Your account must be activated before you can use {{ n }}.
{% endblocktrans %} {% endblock %}