{% load i18n %}

{% trans "Password recovery" %}

{% trans "You have received this email because your email address is listed on the site." %}

{% blocktrans with host=host session_key=session_key %} To restore access, please follow the link https://{{ host }}/accounts/change/password/{{ session_key }}/ or copy it to the address bar of the browser. {% endblocktrans %}