{% extends "base.html" %} {% block menu %} {% endblock %} {% block content %} {% if modalità == "edit" or modalità == "add" %}





{% endif %} {% if modalità == "delete" %}

{{ 'Are you sure you want to delete the user?'|t }}

{% endif %} {% block footer %} {% endblock %} {% endblock %}