{% extends 'users/list.html' %} {% load static i18n %} {% load widget_tweaks %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% trans 'Delete User' as bread %} {% breadcrumb bread 'users:delete' %} {% endblock %} {% block content %}
{% csrf_token %}

{% trans 'Are you sure you want delete the user' %}: {{ acc }}?

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


{% endblock %}