{% extends "wagtailadmin/generic/confirm_delete.html" %} {% load i18n %} {% block main_content %}

{% trans "Are you sure you want to delete this user?" %}

{% csrf_token %}
{% endblock %}