Si è verificato un errore nell'elaborarazione del modello.
The following has evaluated to null or missing:
==> iconTypeAccessible  [in template "33316" at line 84, column 125]

----
Tip: If the failing expression is known to 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: ${iconTypeAccessible}  [in template "33316" in macro "printMediaIcon" at line 84, column 123]
	- Reached through: @printMediaIcon documentUrl=documentUrl  [in template "33316" in macro "printDocumentListNews" at line 156, column 57]
	- Reached through: @printDocumentListNews documentList=p...  [in template "33345" at line 81, column 25]
	- Reached through: #include "${templatesPath}/33345"  [in template "15399077639793#20120#33467" at line 3, column 1]
----
1<#-- Chiave del template globale "BASE - News" --> 
2<#assign pathNewsList = "elenco-notizie-succede-in-puglia"> 
3<#include "${templatesPath}/33345" />