{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}
{% trans "Hi,"%}
{% blocktrans %}There was a request to remove your Weblate account at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}Please open the following link in your web browser. If the link is split over several lines, you may need to copy it in the address bar.{% endblocktrans %}
{{ current_site_url }}{{ url }}
{% blocktrans %}If there is a problem with your registration, please contact us:{% endblocktrans %}
{% endblock %}