{% extends "emails/project.html" %}{% load i18n l10n pages staticfiles %} {% block title %}{% blocktrans %}Activate your account at {{ project_name }}{% endblocktrans %}{% endblock %} {% block content %} {% 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.{% endblocktrans %}

{% blocktrans %}You need to activate your account within the next {{ expiration_days }} days.{% endblocktrans %}

{% trans "To activate your account" %} {% trans "click here" %}

{% blocktrans %}Thanks,
The {{ project_name }} team.{% endblocktrans %}

{% endblock %}