{% load i18n %}{% autoescape off %}
{% blocktrans %}You've received this e-mail because someone requested
to reset the account password with {{ site_name }}. You can safely
ignore this message if that someone wasn't you.{% endblocktrans %}

{% trans "Please click the link below to choose a new password:" %}

{{ protocol }}://{{ domain }}{% url lutefisk_password_reset_confirm uidb36=uid token=token %}

{% trans "All the best!" %}
{% endautoescape %}
