{% extends "mail/base.html" %} {% load i18n translations %} {% block content %}

{% blocktranslate %}There was a request to reset your Weblate password at {{ site_title }}.{% endblocktranslate %}

{% include "mail/shared-registration.html" with action="reset" %} {% endblock content %}