{% load i18n %}{% autoescape off %}
{% blocktrans %}You're receiving this email because you created an account on {{ site_name }}.{% endblocktrans %}

{% trans "Please go to the following page to activate account:" %}
{% block reset_link %}
{{ protocol }}://{{ domain }}/{{ url }}
{% endblock %}

{% trans "Thanks for using our site!" %}

{% blocktrans %}The {{ site_name }} team{% endblocktrans %}

{% endautoescape %}
