{% if modalità == "edit" or modalità == "add" %}
{{ 'E-mail'|t }}
{{ 'Name'|t }}
{{ 'Username'|t }}
{{ 'Password'|t }}
{{ 'Birthday'|t }}
{{ 'Foreman'|t }}
{{ 'Driver'|t }}
{{ 'Visible'|t }}
{{ 'Enabled'|t }}
{{ 'Submit'|t }}
{% endif %} {% if modalità == "delete" %}
{{ 'Are you sure you want to delete the user?'|t }}
{{ 'Submit'|t }}
{% endif %}