{% extends 'users/profile.html' %} {% load static i18n %} {% load widget_tweaks %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% trans 'Remove Account' as bread %} {% breadcrumb bread 'users:remove_acc' %} {% endblock %} {% block content %}
{% csrf_token %}

{% trans 'Are you sure you want delete your account?' %}

{% trans 'All data will be lost and havent how recover it.' %}


{% endblock %}