{%- from 'common/macros.html' import subheader -%} {%- extends 'base.html' -%} {%- block title -%}account deletion confirmation{%- endblock -%} {%- block content -%} {%- set sub -%} ← Back to settings {%- endset -%} {{- subheader('Confirm account deletion', sub) -}}

Are you sure you want to delete your account on {{ config.SITE_NAME }}? This action is irreversible. Your posts and threads will remain accessible to preserve history but will be de-personalized, showing up as authored by a system user. Posts that @mention you will also mention the system user instead.

If you wish for any and all content relating to you to be removed, you will have to contact {{ config.SITE_NAME }}'s administrators separately.

If you are sure, please confirm your current password below.

{{csrf_input() | safe}}
{%- endblock -%}