{% extends 'base.html' %} {% block top %}
Pannello Controllo Note - gestione

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

{% if nota.soggetto.value %} si stanno effettuando aggiornamenti sulla nota: {{ nota.soggetto.value }} {% endif %}

{% endblock %} {% block body %}
{% csrf_token %}
{% if nota.errors %}

Rilevati Errori, impossibile proseguire.

{% for f in nota %} {% for e in f.errors %}
{{f.label|escape }}: {{ e|escape }}
{% endfor %} {% endfor %} {% for e in formalias.non_field_errors %}
{{ e|escape }}
{% endfor %} {% endif %}

{% endblock %}