{% extends "account/base.html" %} {% load i18n %} {% block body_class %}account account-delete{% endblock %} {% block head_title %}{% trans "Delete Account" %}{% endblock %} {% block content %}

{% 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 %}