{% extends 'base.html' %} {% block headersupplement %} {% endblock %} {% block body %}
Lista Amministratori con autorizzazione all'accesso
{% endblock %} {% if aziendaForm.errors %} {{ aziendaForm.errors }} {% for field in aziendaForm %} {% for error in field.errors %}
{{ error|escape }}
{% endfor %} {% endfor %} {% for error in aziendaForm.non_field_errors %}
{{ error|escape }}
{% endfor %} {% else %} Nessun Errore rilevato {% endif %}
{% csrf_token %}

Opzioni Comuni

{# sperimentale: "avanti" per impostare i diritti amministratore #}

Lista Amministratori con autorizzazione all'accesso