{% extends 'users/profile.html' %} {% load static i18n %} {% load widget_tweaks %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb 'Edit' 'users:update_profile' %} {% endblock %} {% block content %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

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

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


{% endblock %}