{# Confirm the deletion of a user #} {% extends "index.html" %} {% load i18n %} {% load skd_templatetools %} {% block menu %} {% with current_category="users" %} {{ block.super }} {% endwith %} {% endblock %} {% block content %}
{% endblock content %}