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

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

{% csrf_token %} {% include "oscar/partials/form_fields.html" with style='horizontal' %}

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