Incarichi conferiti e autorizzati ai dipendenti (dirigenti e non dirigenti)

null Conte Maria

Si è verificato un errore nell'elaborarazione del modello.
The following has evaluated to null or missing:
==> Nome  [in template "20101#20128#110247" at line 5, column 15]

----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${Nome.getData()}  [in template "20101#20128#110247" at line 5, column 13]
----
1<#include "${templatesPath}/45847"/> 
2 
3<div> 
4 
5   <!-- <h3>${Nome.getData()}</h3> --> 
6      
7    <section> 
8     
9        <article><br/> 
10            <b>Oggetto dell'incarico:</b> ${incarico.getData()} <br/><br/> 
11            <b>Durata: </b> ${Durata.getData()} <br/><br/> 
12            <b>Compenso: </b> ${Compenso.getData()} <br/><br/> 
13        </article> 
14    </section> 
15 
16</div> 
17 
18<@showAllegati/>