{% extends "mails/project.html" %}{% load i18n l10n pages staticfiles %} {% block title %}{% blocktrans with site_name=site.name %}Activate your account{% endblocktrans %}{% endblock %} {% block content %} {% if user.name %}
{% blocktrans with site_name=site.name %}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 %}You need to activate your account within the next {{ expiration_days }} days.{% endblocktrans %}
{% trans "To activate your account" %} {% trans "click here" %}
{% blocktrans with site_name=site.name %}Thanks,
The {{ site_name }} team{% endblocktrans %}