{% load i18n %} {% block main %}

{% trans "Hey there, the password reset form was used for your account." %}

{% trans "Please use the link below to log in and update your password." %}

{% filter urlize %}{{ request.scheme }}://{{ request.get_host }}{{ verify_url }}{% endfilter %}

{% trans "If you didn't request for your password to be reset, please ignore this email." %}

{% endblock %}