{% load i18n %}
{% if not existing_accounts %}{% blocktrans %}You requested registration on {{ site }}. To finish your registration, please click here{% endblocktrans %}
{% else %}{% blocktrans %}You requested registration on {{ site }}. You already have an account to login, click here{% endblocktrans %}
{% endif %} {% if expiration_days > 1 %}{% blocktrans %}This link is valid for {{ expiration_days }} days.{% endblocktrans %}> {% else %}
{% blocktrans %}This link is valid for 24 hours.{% endblocktrans %}> {% endif %}
{% blocktrans %}If you did not register on {{ site }}, ignore this email.{% endblocktrans %}