{% 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 %}

{% blocktrans %}This link is valid for {{ expiration_days }} days.{% endblocktrans %}

{% blocktrans %}If you did not register on {{ site }}, ignore this email.{% endblocktrans %}