{% extends 'layout.twig' %} {% block stylesheet %} {% endblock %} {% block body %} {% if logInfo %} Area riservata {% if logInfo.user_type == 'ispettore' %} {# #} Verifiche {% for key,indice in indiceIspettori %} {{ indice.titolo|raw }} {% if indice.nrdocs > 0 %} {% for key2,docs in indice.docs %} {% if docs.all_ispettori %} {{ docs.nomefile|raw }} {% endif %} {% endfor %} {% elseif indice.nrsons > 0 %} {% for key3,ind in indice.sons %} {{ ind.titolo|raw }} {% if ind.docs > 0 %} {% for key6,docs in ind.docs %} {% if docs.all_ispettori %} {{ docs.nomefile|raw }} {% endif %} {% endfor %} {% elseif ind.sons > 0 %} {% for key4,index in ind.sons %} {{ index.titolo|raw }} {% if index.nrdocs > 0 %} {% for key5,docs in index.docs %} {% if docs.all_ispettori %} {{ docs.nomefile|raw }} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% else %} Certificazioni {% for key,indice in indiceClienti %} {{ indice.titolo|raw }} {% if indice.nrdocs > 0 %} {% for key2,docs in indice.docs %} {% if docs.all_clienti %} {{ docs.nomefile|raw }} {% endif %} {% endfor %} {% elseif indice.nrsons > 0 %} {% for key3,ind in indice.sons %} {{ ind.titolo|raw }} {% if ind.docs > 0 %} {% for key6,docs in ind.docs %} {% if docs.all_clienti %} {{ docs.nomefile|raw }} {% endif %} {% endfor %} {% elseif ind.sons > 0 %} {% for key4,index in ind.sons %} {{ index.titolo|raw }} {% if index.nrdocs > 0 %} {% for key5,docs in index.docs %} {% if docs.all_clienti %} {{ docs.nomefile|raw }} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% else %} Accedi Accedi {% endif %} {% endblock %} {% block script %} {% endblock %}