{% extends 'base.html' %} {% block body %}
| # | Nome | * | l | quota | Agg.Pas | Attivo | Da cancellare | |
|---|---|---|---|---|---|---|---|---|
| {{ u.id }}{% if u.securitylevel.id == 5 %} * {% endif %} | {{ u.mail }} | {{ u.nome }} | {% if u.enabled %}*{% else %}-{% endif %} | {{ u.securitylevel.id }} | {{ u.mail_quota }}Mb/{% if u.warning_mail_quota %}{{ u.warning_mail_quota }}Mb{% else %}--{% endif %} | {% if u.last_password_update %}{{ u.last_password_update }}{% endif %} | {% if not u.enabled %}Utente Disattivato {% else %} {% endif %} | {% if u.tobedeleted %}In Cancellazione {% else %} {% endif %} |