Informes y publicaciones

Consulta los documentos corporativos, económicos y legales de Mutual Médica. También encontrarás publicaciones o estudios de interés, relacionados con el sector médico o del ámbito de los seguros.

Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> imgContentData  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 37]

----
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: ${imgContentData.alt}  [in template "20097#20123#LISTADO_PUBLICACION" at line 12, column 35]
----
1<div tabindex="0" 
2	 title="<#if (TituloPublicacion.getData())??> 
3	${TituloPublicacion.getData()} 
4</#if>" 
5	 aria-label="<#if (TituloPublicacion.getData())??> 
6	${TituloPublicacion.getData()} 
7</#if>"> 
8<div class="mm__content__image-list"> 
9    <#if (ImagenPublicacion.getData())?? && ImagenPublicacion.getData() != ""> 
10		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(ImagenPublicacion.getAttribute("fileEntryId"), '320') /> 
11			<#if (smallestImageURL?? && smallestImageURL!= "")> 
12			<img alt="${imgContentData.alt}" 
13					 src="${smallestImageURL}" /> 
14			<#else> 
15<img alt="${ImagenPublicacion.getAttribute("alt")}" 
16			 data-fileentryid="${ImagenPublicacion.getAttribute("fileEntryId")}" 
17			 src="${ImagenPublicacion.getData()}" /> 
18			</#if> 
19		 
20    <#else> 
21		<#if (TituloPublicacion.getData())??> 
22     <#if (TituloPublicacion.getData()?contains("2021"))> 
23	 		<#assign smallestImageURL = adaptiveMediaUtil.getAdaptiveMediaUrl(111174, '320') /> 
24			<#if (smallestImageURL?? && smallestImageURL!= "")> 
25			<img alt="Imagen por defecto 2021" 
26							 data-fileentryid="111174" 
27					 src="${smallestImageURL}" /> 
28			<#else> 
29			<img alt="Imagen por defecto 2021" 
30				 data-fileentryid="111174" 
31				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
32			</#if> 
33			 
34        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2020"))> 
35			<img alt="Imagen por defecto 2020" 
36				 data-fileentryid="111188" 
37				 src="/documents/20123/107842/imagen_por_defectov2-min.jpg/b4e3438a-362d-0607-47ed-538a4a6ed492?t=1669974208020" /> 
38        <#elseif (TituloPublicacion.getData()?contains("2019"))> 
39			<img alt="Imagen por defecto 2019" 
40				 data-fileentryid="111311" 
41				 src="/documents/20123/107842/img_por_defectov3.jpg/2dec2241-1f65-0d73-8b59-df908ff3556f?t=1669977057232" /> 
42        <#elseif (TituloPublicacion.getData()?contains("2018"))> 
43			<img alt="Imagen por defecto 2018" 
44				 data-fileentryid="111326" 
45				 src="/documents/20123/107842/img_por_defectov4.jpg/4cbe48b7-a4c0-f529-7747-d28bd9502bf2?t=1669977057863" /> 
46        <#elseif (TituloPublicacion.getData()?? && TituloPublicacion.getData()?contains("2017"))> 
47			<img alt="Imagen por defecto 2017" 
48				 data-fileentryid="111297" 
49				 src="/documents/20123/107842/imagen_por_defectov5.jpg/8d8168eb-b90a-da18-c466-2c1d88b978c4?t=1669977055976" /> 
50        <#else> 
51			<img alt="Imagen por defecto 2021" 
52				 data-fileentryid="111174" 
53				 src="/documents/20123/107842/imagen_por_defecto-min.jpg/3ee396ef-7526-3dc5-f94f-a1564a131e4a?t=1669974207460" /> 
54        </#if> 
55		</#if> 
56         
57    </#if> 
58</div> 
59 
60    <#if (TituloPublicacion.getData())??> 
61		<h2 class="h3">${TituloPublicacion.getData()}</h2> 
62    </#if> 
63 
64    <#if (AdjuntoPublicacion.getData()?? && AdjuntoPublicacion.getData()!="")> 
65		<a class="mm__link__document" 
66		   href="${AdjuntoPublicacion.getData()}" 
67		   target="_blank"> 
68            <#if (LabelDocumento.getData())??> 
69                ${LabelDocumento.getData()} 
70            </#if> 
71		</a> 
72    <#else> 
73        <#if (URLExternaPublicacion.getData())??> 
74			<a class="mm__link__document" 
75			   href="${URLExternaPublicacion.getData()}" 
76			   target="_blank"> 
77                ${LabelDocumento.getData()} 
78			</a> 
79        </#if> 
80    </#if> 
81</div> 
— 12 Resultados por página
Mostrando el intervalo 1 - 12 de 43 resultados.

Contactamos contigo

Resolvemos tus consultas o dudas, a través del teléfono 900 82 88 99. Si prefieres, puedes dejarnos tus datos y en breve contactaremos contigo: