{% extends 'base.html' %} {% block headersupplement %} {% endblock %} {% block body %}
{% if "UTENTE.CREA" in permesso_sede or "UTENTE.CREA" in permesso_azienda %} {% endif %}
Numero di dipendenti selezionati {{ numeroRecordAttuali }} su un totale di {{ numeroRecordAzienda }}.
{% csrf_token %} {% if "UTENTE.CREA" in permesso_sede or "UTENTE.CREA" in permesso_azienda %}{% endif %} {% if "UTENTE.EDIT" in permesso_sede or "UTENTE.EDIT" in permesso_azienda %} {% endif %} {% csrf_token %} {% for uu in utenti %} {% if "UTENTE.EDIT" in permesso_sede or "UTENTE.EDIT" in permesso_azienda %} {% endif %} {% if "UTENTE.EDIT" in permesso_sede or "UTENTE.EDIT" in permesso_azienda %} {% endif %} {% endfor %}
*Nome Codice Fiscale Sede Data di Nascita Luogo di Nascita documentiMail PinInserimento
{{ uu.nome }} {{ uu.codicefiscale }} {{ uu.sede.nome }} {{ uu.datanascita|date:'d/m/Y' }} {{ uu.luogonascita }} {{ uu.documenti }} {{ uu.mail }} {{ uu.pin }} {{ uu.inserimento|date:'d/m/Y' }}
{% if "UTENTE.EDIT" in permesso_sede or "UTENTE.EDIT" in permesso_azienda %} {% endif %} {% endblock %} {% block bodybottom %}


{% if listaok %} {% for l in listaok %} {% endfor %}
Documento caricato con successo
{{ l }}
{% endif %}


{% if listanotok %} {% for l in listanotok %} {% endfor %}
Documento non caricato perche giĆ  presente
{{ l }}
{% endif %} {% if listaok %} {% for i in listaok %} {{i }} {% endfor %} {% endif %} {% if listanotok %} {% for i in listanotok %} {{i }} {% endfor %} {% endif %} {% endblock %}