1 {% load i18n %}{% autoescape off %}
2 {% blocktrans %}You're receiving this email because you requested
3 a password reset for your user account at Modern Poland Foundation.{% endblocktrans %}
5 {% trans "Please go to the following page and choose a new password:" %}
7 {{ protocol }}://{{ domain }}{% url 'django.contrib.auth.views.password_reset_confirm' uidb36=uid token=token %}
9 {% trans "Your username, in case you've forgotten:" %} {{ user.get_username }}
11 {% trans "Thanks for using our services!" %}
13 {% blocktrans %}Modern Poland Foundation team{% endblocktrans %}