{% 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 }}. Unfortunately, your account has been disabled on this server, thus your request can't succeed. {% endblocktrans %}

{% endblock %}