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

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

{% endblock %} {% block body %} {% for r in righe %} {% endfor %} {% endblock %}
# O *
{{ r.id }} {{ r.securityoptions.nome }} {% if r.enabled %}*{% else %}-{% endif %}