{% load i18n %} {% blocktrans %}You (or someone pretending to be you) have asked to register an account at {{ site.name }}. If this wasn't you, please ignore this email and your address will be removed from our records.{% endblocktrans %} {% blocktrans %}To activate this account, please click the following link within the next {{ expiration_days }} days:{% endblocktrans %} http://{{ site.domain }}{% url 'registration_activation' activation_key %} {% blocktrans %} Sincerely, {{ site.name }} Management {% endblocktrans %}