{% extends 'email_base.html' %} {% load i18n %} {% block email_con %} {% autoescape off %}

{% trans "Hi," %}

{% 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 %}
{{ url_base }}{% url 'registration_activate' activation_key %}

{% endautoescape %} {% endblock %}