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

Utente che sta effettuando le operazioni: {{ utenteautorizzato.mail }}@{{ utenteautorizzato.domain.nome }}

{% endblock %} {% block body %}
{% csrf_token %}
{% csrf_token %} {% for u in contatti %} {% endfor %} {% endblock %}
# nome * Operazioni
{{ u.id }} {{ u.nome }}
({{ u.dominicontatore }}: {% for i in u.dominilista %}{{ i.domini.domain }} {% endfor %})
{% if u.enabled %}*{% else %}-{% endif %}