{% extends "emails/body_base.txt" %}
{% load i18n %}

{% block content %}{% trans "Hi," %}
{% blocktrans trimmed with hostname=request.get_host %}
You requested reset of your password on {{ hostname }}; unfortunately, it cannot be done from this website.
{% endblocktrans %}
{% endblock %}
