{% extends "cradmin_email/html_message_base.django.html" %}
{% load i18n %}
{% block contents %}
{% blocktrans with sitename=DJANGO_CRADMIN_SITENAME user=user %}We received a request to reset the password for your {{ sitename }} account, {{ user }}.{% endblocktrans %}
{% trans "If you made this request, click the button below. If you did not make this request, you can ignore this email." %}
{% trans "Reset your password" %}
{% endblock contents %}