{% extends "member/Base.html" %} {% load i18n %} {% block title %}{% trans "Delete Account" %}{% endblock %} {% block body %}

{% trans "Delete Account" %}

{% blocktrans %}If you go ahead and delete your account, your information will be expunged within {{ ACCOUNT_DELETION_EXPUNGE_HOURS }} hours.{% endblocktrans %}

{% csrf_token %}
{% endblock %}