{% extends 'base.html' %} {% block top %}

utente che sta effettuando gli aggiornamenti {{ utenteautorizzato.mail }}@{{ utenteautorizzato.domain.nome }}

{% endblock %} {% block body %} {% for s in sicurezza %} {% endfor %} {% endblock %}
# id *
{{ s.id }} {{ s.nome }} {% if s.enabled %}*{% else %}-{% endif %}