{% extends "base.html" %}
{% block title %}Delete account{% endblock %}
{% block content %}
{% include "preferences_ribbon.html" %}
Everything below happens on {{ deletion_due|date:"F j, Y" }}. Until then nothing has changed, and you can stop it right here.
Deleting your account removes you and your personal details from {{ navbar_brand }}. Records that belong to other people — auction results, invoices, and what clubs keep about their own members — stay, without your name attached. Here is exactly what that means.
Read the privacy policy for what we store and who can see it.
{% if not deletion_due %}Your account will be deleted in {{ grace_period_days }} days. Until then, signing in again cancels it — after that it can't be undone.