{% extends "mail/base.html" %} {% load i18n translations %} {% block content %}
{% blocktranslate %}There was a request to remove your Weblate account at {{ site_title }}.{% endblocktranslate %}
{% include "mail/shared-registration.html" with action="remove" %} {% endblock content %}