{% extends 'core/page.html' %} {% load i18n %} {% load core_tags %} {% block page %}

{% trans "Delete profile" %}

{% trans "If you are willing to remove all your account information please proceed by entering the necessary data below. Once completed this can not be undone." %}

{% csrf_token %} {% include 'core/bootstrap_form_fields.html' %}
{% endblock %}