Armonizzazione e standardizzazione dei medicinali in dotazione ai mezzi territoriali di soccorso avanzato in Lombardia

Si è verificato un errore nell'elaborarazione del modello.
The following has evaluated to null or missing:
==> httpUtil.decodePath  [in template "10153#10191#1145917" at line 62, column 81]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
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: ${httpUtil.decodePath(nomeAllegato)}  [in template "10153#10191#1145917" at line 62, column 79]
----
1<#assign service = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") /> 
2<#assign serviceFolder = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFolderLocalService") /> 
3<#assign language = locale.getLanguage() /> 
4 
5<#if language=="en"> 
6  <#assign lingua = "en" /> 
7<#else> 
8  <#assign lingua = "it" /> 
9</#if> 
10 
11<div class="card-wrapper card-space"> 
12      <div class="card card-bg"> 
13        <div class="card-body"> 
14<h6>Abstract</h6> 
15<div class="lightgrey-bg-a1"><p class="p-3">${Abstract.getData()}</p></div> 
16<#if lingua =='en'> 
17    <h6>Authors</h6><p>${Autori.getData()}</p> 
18    <h6>Background</h6><p>${CONTESTO.getData()}</p> 
19    <h6>Design and setting</h6><p>${DISEGNO_E_STUDIO.getData()}</p> 
20    <h6>Objective</h6><p>${OBIETTIVO.getData()}</p> 
21    <h6>Methods</h6><p>${METODI.getData()}</p> 
22    <h6>Results</h6><p>${RISULTATI.getData()}</p> 
23    <h6>Conclusions</h6><p>${CONCLUSIONI.getData()}</p> 
24<#else> 
25    <h6>Autori</h6><p>${Autori.getData()}</p> 
26    <h6>Contesto</h6><p>${CONTESTO.getData()}</p> 
27    <h6>Disegno e Studio</h6><p>${DISEGNO_E_STUDIO.getData()}</p> 
28    <h6>Obiettivo</h6><p>${OBIETTIVO.getData()}</p> 
29    <h6>Metodi</h6><p>${METODI.getData()}</p> 
30    <h6>Risultati</h6><p>${RISULTATI.getData()}</p> 
31    <h6>Conclusioni</h6><p>${CONCLUSIONI.getData()}</p> 
32</#if> 
33 
34 
35<#if LaPubblicazione.getSiblings()?has_content> 
36    <#if lingua == "en" > 
37      <h6>Full Article</h6> 
38    <#else> 
39      <h6>Articolo Completo</h6> 
40    </#if> 
41    <div class="well well-small"> 
42     
43        <#if LaPubblicazione.getSiblings()?has_content> 
44		    <div class="link-list-wrapper"> 
45			<ul class="link-list"> 
46        	<#list LaPubblicazione.getSiblings() as cur_LaPubblicazione> 
47        		    <#assign contaElement = 0 /> 
48                    <#list cur_LaPubblicazione.getData()?split("/") as nome> 
49                        <#assign contaElement = contaElement+1 /> 
50<#--                        ${nome} 
51                        ${contaElement} --> 
52                        <#if contaElement == 4  > 
53                            <#assign dirAllegato = nome> 
54                        <#elseif contaElement == 5 > 
55                            <#assign nomeAllegato = nome > 
56                            <#break> 
57                        </#if> 
58                    </#list>      
59					<li>					 
60					<a class="list-item icon-left"  href="${cur_LaPubblicazione.getData()}"> 
61						<svg class="icon icon-sm"><use xlink:href="/o/AREU23-theme/images/svg/sprite.svg#it-download" href="/o/AREU23-theme/images/svg/sprite.svg#it-download"></use></svg> 
62						<span class="list-item-title">${httpUtil.decodePath(nomeAllegato)} [PDF]</span>	 
63					</a> 
64					</li> 
65        	</#list> 
66			</ul>    
67			</div> 
68        </#if> 
69 
70    </div> 
71</#if> 
72 
73       </div> 
74      </div> 
75    </div> 

L'arresto cardiocircolatorio extraospedaliero (OHCA) in provincia di Mantova

Si è verificato un errore nell'elaborarazione del modello.
The following has evaluated to null or missing:
==> httpUtil.decodePath  [in template "10153#10191#1145917" at line 62, column 81]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
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: ${httpUtil.decodePath(nomeAllegato)}  [in template "10153#10191#1145917" at line 62, column 79]
----
1<#assign service = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") /> 
2<#assign serviceFolder = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFolderLocalService") /> 
3<#assign language = locale.getLanguage() /> 
4 
5<#if language=="en"> 
6  <#assign lingua = "en" /> 
7<#else> 
8  <#assign lingua = "it" /> 
9</#if> 
10 
11<div class="card-wrapper card-space"> 
12      <div class="card card-bg"> 
13        <div class="card-body"> 
14<h6>Abstract</h6> 
15<div class="lightgrey-bg-a1"><p class="p-3">${Abstract.getData()}</p></div> 
16<#if lingua =='en'> 
17    <h6>Authors</h6><p>${Autori.getData()}</p> 
18    <h6>Background</h6><p>${CONTESTO.getData()}</p> 
19    <h6>Design and setting</h6><p>${DISEGNO_E_STUDIO.getData()}</p> 
20    <h6>Objective</h6><p>${OBIETTIVO.getData()}</p> 
21    <h6>Methods</h6><p>${METODI.getData()}</p> 
22    <h6>Results</h6><p>${RISULTATI.getData()}</p> 
23    <h6>Conclusions</h6><p>${CONCLUSIONI.getData()}</p> 
24<#else> 
25    <h6>Autori</h6><p>${Autori.getData()}</p> 
26    <h6>Contesto</h6><p>${CONTESTO.getData()}</p> 
27    <h6>Disegno e Studio</h6><p>${DISEGNO_E_STUDIO.getData()}</p> 
28    <h6>Obiettivo</h6><p>${OBIETTIVO.getData()}</p> 
29    <h6>Metodi</h6><p>${METODI.getData()}</p> 
30    <h6>Risultati</h6><p>${RISULTATI.getData()}</p> 
31    <h6>Conclusioni</h6><p>${CONCLUSIONI.getData()}</p> 
32</#if> 
33 
34 
35<#if LaPubblicazione.getSiblings()?has_content> 
36    <#if lingua == "en" > 
37      <h6>Full Article</h6> 
38    <#else> 
39      <h6>Articolo Completo</h6> 
40    </#if> 
41    <div class="well well-small"> 
42     
43        <#if LaPubblicazione.getSiblings()?has_content> 
44		    <div class="link-list-wrapper"> 
45			<ul class="link-list"> 
46        	<#list LaPubblicazione.getSiblings() as cur_LaPubblicazione> 
47        		    <#assign contaElement = 0 /> 
48                    <#list cur_LaPubblicazione.getData()?split("/") as nome> 
49                        <#assign contaElement = contaElement+1 /> 
50<#--                        ${nome} 
51                        ${contaElement} --> 
52                        <#if contaElement == 4  > 
53                            <#assign dirAllegato = nome> 
54                        <#elseif contaElement == 5 > 
55                            <#assign nomeAllegato = nome > 
56                            <#break> 
57                        </#if> 
58                    </#list>      
59					<li>					 
60					<a class="list-item icon-left"  href="${cur_LaPubblicazione.getData()}"> 
61						<svg class="icon icon-sm"><use xlink:href="/o/AREU23-theme/images/svg/sprite.svg#it-download" href="/o/AREU23-theme/images/svg/sprite.svg#it-download"></use></svg> 
62						<span class="list-item-title">${httpUtil.decodePath(nomeAllegato)} [PDF]</span>	 
63					</a> 
64					</li> 
65        	</#list> 
66			</ul>    
67			</div> 
68        </#if> 
69 
70    </div> 
71</#if> 
72 
73       </div> 
74      </div> 
75    </div> 

Impatto dell'arresto cardiocircolatorio extra-ospedaliero (OHCA) in Lombardia (Italia):

Si è verificato un errore nell'elaborarazione del modello.
The following has evaluated to null or missing:
==> httpUtil.decodePath  [in template "10153#10191#1145917" at line 62, column 81]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
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: ${httpUtil.decodePath(nomeAllegato)}  [in template "10153#10191#1145917" at line 62, column 79]
----
1<#assign service = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") /> 
2<#assign serviceFolder = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFolderLocalService") /> 
3<#assign language = locale.getLanguage() /> 
4 
5<#if language=="en"> 
6  <#assign lingua = "en" /> 
7<#else> 
8  <#assign lingua = "it" /> 
9</#if> 
10 
11<div class="card-wrapper card-space"> 
12      <div class="card card-bg"> 
13        <div class="card-body"> 
14<h6>Abstract</h6> 
15<div class="lightgrey-bg-a1"><p class="p-3">${Abstract.getData()}</p></div> 
16<#if lingua =='en'> 
17    <h6>Authors</h6><p>${Autori.getData()}</p> 
18    <h6>Background</h6><p>${CONTESTO.getData()}</p> 
19    <h6>Design and setting</h6><p>${DISEGNO_E_STUDIO.getData()}</p> 
20    <h6>Objective</h6><p>${OBIETTIVO.getData()}</p> 
21    <h6>Methods</h6><p>${METODI.getData()}</p> 
22    <h6>Results</h6><p>${RISULTATI.getData()}</p> 
23    <h6>Conclusions</h6><p>${CONCLUSIONI.getData()}</p> 
24<#else> 
25    <h6>Autori</h6><p>${Autori.getData()}</p> 
26    <h6>Contesto</h6><p>${CONTESTO.getData()}</p> 
27    <h6>Disegno e Studio</h6><p>${DISEGNO_E_STUDIO.getData()}</p> 
28    <h6>Obiettivo</h6><p>${OBIETTIVO.getData()}</p> 
29    <h6>Metodi</h6><p>${METODI.getData()}</p> 
30    <h6>Risultati</h6><p>${RISULTATI.getData()}</p> 
31    <h6>Conclusioni</h6><p>${CONCLUSIONI.getData()}</p> 
32</#if> 
33 
34 
35<#if LaPubblicazione.getSiblings()?has_content> 
36    <#if lingua == "en" > 
37      <h6>Full Article</h6> 
38    <#else> 
39      <h6>Articolo Completo</h6> 
40    </#if> 
41    <div class="well well-small"> 
42     
43        <#if LaPubblicazione.getSiblings()?has_content> 
44		    <div class="link-list-wrapper"> 
45			<ul class="link-list"> 
46        	<#list LaPubblicazione.getSiblings() as cur_LaPubblicazione> 
47        		    <#assign contaElement = 0 /> 
48                    <#list cur_LaPubblicazione.getData()?split("/") as nome> 
49                        <#assign contaElement = contaElement+1 /> 
50<#--                        ${nome} 
51                        ${contaElement} --> 
52                        <#if contaElement == 4  > 
53                            <#assign dirAllegato = nome> 
54                        <#elseif contaElement == 5 > 
55                            <#assign nomeAllegato = nome > 
56                            <#break> 
57                        </#if> 
58                    </#list>      
59					<li>					 
60					<a class="list-item icon-left"  href="${cur_LaPubblicazione.getData()}"> 
61						<svg class="icon icon-sm"><use xlink:href="/o/AREU23-theme/images/svg/sprite.svg#it-download" href="/o/AREU23-theme/images/svg/sprite.svg#it-download"></use></svg> 
62						<span class="list-item-title">${httpUtil.decodePath(nomeAllegato)} [PDF]</span>	 
63					</a> 
64					</li> 
65        	</#list> 
66			</ul>    
67			</div> 
68        </#if> 
69 
70    </div> 
71</#if> 
72 
73       </div> 
74      </div> 
75    </div>