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