{% extends "emails/body_base.html" %} {% load i18n %} {% block content %}

{% trans "Hi," %}

{% blocktrans trimmed with hostname=request.get_host %} You requested reset of your password on {{ hostname }}, but no account was found associated with this address. {% endblocktrans %}

{% if registration_url %} {% with _("Create an account") as button_label %} {% include "emails/button-link.html" with url=registration_url label=button_label %} {% endwith %} {% endif %} {% endblock %}