{% extends "customer/baseaccountpage.html" %} {% load i18n %} {% block tabcontent %}

{% trans "Please confirm your password to delete your profile." %}

{% csrf_token %} {% include "partials/form_fields.html" %}

{% trans "Warning" %}

{% blocktrans %} This will delete all information about you from the site. Deleting your profile cannot be undone. {% endblocktrans %}
{% trans "or" %} {% trans "cancel" %}.
{% endblock tabcontent %}