{% load i18n %}

{% trans "Password recovery" %}

{% blocktrans %}To change the password, follow the link{% endblocktrans %}

{{ request.scheme }}://{{ request.get_host }}{% url 'django-simple-account:forgotpassword-confirmation' session_key %}