Linea editoriale "Leggi la Puglia"
Si è verificato un errore nell'elaborarazione del modello.
The following has evaluated to null or missing:
==> Numero  [in template "20101#20128#127279" at line 24, column 65]

----
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: ${Numero.getData()}  [in template "20101#20128#127279" at line 24, column 63]
----
1<#include "${templatesPath}/90692"/> 
2<#assign categories=getCategoriesOfArticle()/> 
3<div> 
4 
5 
6    <div class="marginBottom20"> 
7		<a class="fancybox" href="#dialogImg" title="${htmlUtil.escapeAttribute(.vars['reserved-article-title'].getData())}"> 
8			<img src="${Immagineaap0.getData()}" alt="imgDettaglio" class="img-responsive contentImage"/> 
9		</a> 
10		<div id="dialogImg" style="width:400px; display:none"> 
11		    <img src="${Immagineaap0.getData()}" class="img-responsive"/> 
12		</div> 
13 
14	</div> 
15 
16    <!--<img style="padding: 5px;max-height: 300px;border: 1px solid #ded7d7;" align="left" src="${Immagineaap0.getData()}"  class="mr-3 mt-1 "/>--> 
17     
18    <#if categories?size!=0>  
19   <div class="marginBottom20"> 
20        <h6 class="tipologia">${categories?first}</h6> 
21        </div> 
22     </#if> 
23      
24     <div class="marginBottom20"><b>Linea Editoriale num:</b> ${Numero.getData()}</div> 
25	<div class="marginBottom20"> 
26	     <h3>${Titolo.getData()}</h3> 
27	     </div> 
28	      
29	      
30	 
31			<div class="marginBottom20"> 
32		<#if Temi.getData() != ''> 
33	    <section><article><b>Temi:</b> 
34			${Temi.getData()} 
35			</article></section> 
36			</div> 
37			</#if> 
38	      
39	 
40	  <#if Sottotitolo??><div class="marginBottom20"> 
41	   ${Sottotitolo.getData()} 
42	   </div></#if> 
43	   
44	   
45	   
46	 <#if AnnoPubblicazione.getData() != ''><div class="marginBottom20"><b>Anno pubblicazione:</b> ${AnnoPubblicazione.getData()}</div></#if> 
47	 
48	 
49	 <#if Autore.getData() != ''><div class="marginBottom20"><b>Autore:</b> ${Autore.getData()}</div></#if> 
50	 
51	 
52	 <#if CasaEditrice.getData() != ''><div class="marginBottom20"><b>Casa Editrice:</b> ${CasaEditrice.getData()}</div> 
53	</#if> 
54	 
55	 
56 <#if Formato.getData() != ''><div class="marginBottom20"><b>Formato:</b> ${Formato.getData()}</div></#if> 
57	 
58	 
59 <#if ISBN.getData() != ''><div class="marginBottom20"><b>ISBN:</b> ${ISBN.getData()}</div></#if> 
60	 
61	 
62	 <#if Pagine.getData() != ''><div class="marginBottom20"><b>Pagine:</b> ${Pagine.getData()}</div></#if> 
63	 
64	 
65 <#if Tipografia.getData() != ''><div class="marginBottom20"><b>Tipografia:</b> ${Tipografia.getData()}</div></#if> 
66  
67	 
68	 
69	 <#if Descrizione.getData() != ''><div class="marginBottom20"> 
70	    <section><article><b>Descrizione:</b> 
71			${Descrizione.getData()}</n> 
72			 
73			  
74			  
75			 
76			</article></section> 
77			</div></#if> 
78			<#if note.getData() != ''> 
79			<div class="marginBottom20"> 
80		 
81	    <section><article><b>Note:</b> 
82	     
83			${note.getData()}<#if note.getData() != ''> 
84    ${note.getData()}</div> 
85</#if> 
86			</article></section> 
87			</div> 
88			</#if> 
89			 
90    <#if DataInserimento.getData() != ''> 
91    <div class="marginBottom20"><b>Data inserimento:</b> ${DataInserimento.getData()?date("yyyy-MM-dd")?string("dd/MM/yyyy")} 
92    </div> 
93		 
94			</#if> 
95<#if link1.getData() != ''><p>${link1.getData()}</p></#if> 
96</div> 
97 
98<@showAllegati/>