{% extends "account/base.html" %} {% load i18n %} {% load url from future %} {% block body_class %}account delete{% endblock %} {% block head_title %}Delete Account{% endblock %} {% block body %}
If you go ahead and delete your account, your information will be expunged within {{ ACCOUNT_DELETION_EXPUNGE_HOURS }} hours.
{% endblock %}