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

{% blocktrans %}There was a request to reset your Weblate password at {{ site_title }}.{% endblocktrans %} {% include "mail/shared-registration.html" with action="reset" %} {% endblock %}