{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Delete account 😯" %}{% endblock %} {% block content %}
{% trans "Are you completely sure? This cannot be undone..." %}
{% blocktrans %} Hey! Please note that if you do go ahead with this, might we say, drastic action, we will of course delete any content you have created on this server. Additionally, we will try to delete the content that this server has sent to other servers as requested by you. These servers are owned by other people (decentralization <3). If these other servers choose to ignore the delete request or they happen to have technical difficulties in deleting the content as requested by us, please contact the administrators of the other servers. Thanks <3 {% endblocktrans %}
{% endblock %}