{% load i18n l10n pages %}{% autoescape off %}{% if user.name %}{% trans "Hi " %}{{ user.name }}, {% else %}{% trans "Hi," %}{% endif %} {% blocktrans %} You (or someone pretending to be you) have asked to register an account at {{ project_name }}. If this wasn't you, please ignore this e-mail and your address will be removed from our records. You need to activate your account within the next {{ expiration_days }} days. {% endblocktrans %} {% trans "To activate your account follow the link below:" %} {{ project_url }}{% url 'qs_accounts:activate' activation_key %} {% blocktrans %} Thanks, The {{ project_name }} team {% endblocktrans %} {% endautoescape %}