{% load url from grandchallenge_tags %} {% load i18n %}{% autoescape off %}
{% if not without_usernames %}{% blocktrans with user.username as username %}Dear {{ username }},
{% endblocktrans %}{% endif %} {% blocktrans with site.name as site %}Thank you for signing up at {{ site }}.
{% endblocktrans %}
{% trans "To activate your account you should click on the link below:" %}
{% url 'userena_activate' activation_key %}
Your account can be used in any project hosted on {{ site.domain }}. To participate in any specific project however, explicit permission by the projects organizers might be required.
{% trans "Thanks for using our site!" %}
{% trans "Sincerely" %},
{{ site.name }}