-
Construcción
> Sostenibilidad
> Comprometidos con la sociedad
>
Diálogo
Diálogo
FCC Construcción siempre ha apostado por la transparencia informativa con el objetivo de conectar con sus grupos de interés con los que dialoga y coopera. En ese contexto, año tras año, la empresa trabaja para dar respuesta a las expectativas de todos los grupos de interés.
Se han establecido canales de comunicación bilaterales para estar en contacto permanente con nuestros públicos de interés, para conocer sus necesidades y expectativas de información.
| 2019 | 2020 | 2021 | |
|---|---|---|---|
| Visitas a la web | 256.200 | 298.356 | 305.255 |
Presencia en foros externos
FCC Construcción se encuentra representada en multitud de foros externos relacionados con la sostenibilidad, entre los que podríamos citar, entre otros, los siguientes:
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>
O eroare a apărut în timpul procesării șablonului.
The following has evaluated to null or missing:
==> arrowExp [in template "12187455#12187494#25945" at line 41, column 70]
----
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: ${arrowExp} [in template "12187455#12187494#25945" at line 41, column 68]
----
1<#assign classExp = '' />
2<#if getterUtil.getBoolean(Expandido.getData())>
3 <#assign classExp = ' expandContent' />
4</#if>
5
6<#if locale == "es_ES">
7 <#assign target = "(Se abre en una nueva ventana)">
8 <#assign arrowExp = "Expandir">
9 <#assign arrowText = "Contraer">
10<#elseif locale == "en_US">
11 <#assign target = "(Opens in new window)">
12 <#assign arrowExp = "Expand">
13 <#assign arrowText = "Collapse">
14<#elseif locale == "pt_PT">
15 <#assign target = "(Abre em uma nova janela)">
16 <#assign arrowExp = "Expandir">
17 <#assign arrowText = "Recolher">
18<#elseif locale == "gl_ES">
19 <#assign target = "(Ábrese nunha nova ventá)">
20 <#assign arrowExp = "Expandir">
21 <#assign arrowText = "Recoller">
22<#elseif locale == "ca_ES">
23 <#assign target = "(S’obre en una nova finestra)">
24 <#assign arrowExp = "Expandir">
25 <#assign arrowText = "Contraure">
26<#elseif locale == "fr_FR">
27 <#assign target = "(S’ouvre dans une nouvelle fenêtre)">
28 <#assign arrowExp = "Développer">
29 <#assign arrowText = "Réduire">
30</#if>
31
32
33
34
35 <#assign id=.vars["reserved-article-id"].data />
36
37<div class="info_interior_listado ${classExp}">
38
39 <#if Titulo.getData()?has_content>
40
41 <a href="#" class="cont_titulo" onclick="spanText('${id}','${arrowExp}','${arrowText}')" title="${Titulo.getData()}">
42 <h3>${Titulo.getData()}</h3>
43
44 <#if getterUtil.getBoolean(Expandido.getData())>
45 <span class='sr-only'id="expand-contr-${id}">${arrowText}</span>
46 <#else>
47 <span class='sr-only'id="expand-contr-${id}">${arrowExp}</span>
48 </#if>
49 <span class="icon_arrow"></span>
50 </a>
51
52 </#if>
53
54
55
56 <ul>
57 <#if SubtituloFieldSet.getSiblings()?has_content>
58 <#list SubtituloFieldSet.getSiblings() as cur_Subtitulo>
59 <li class="cont_enlace">
60
61 <#if cur_Subtitulo.Subtitulo.getData()?has_content>
62 <div class="cont_subtitulo">
63 ${cur_Subtitulo.Subtitulo.getData()}
64 </div>
65 </#if>
66
67 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?has_content>
68 <div class="cont_tituloDoc">
69 <#if cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()?has_content >
70
71 <img src="/documents/12187494/13937324/iconopdf.jpg/dce93862-0422-f7e5-3cbc-1652bd9f6560?t=1520431755000" alt="pdf"></img>
72
73 <a href="${cur_Subtitulo.SubtituloFieldSetFieldSet.enlace_doc_video.getData()}" class="cont_tituloDoc" title="${cur_Subtitulo.Subtitulo.getData()} ${target}" target="_blank">
74
75 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
76 </a>
77 <#else>
78 <span class="fcc-stop2"> </span>
79 ${cur_Subtitulo.SubtituloFieldSetFieldSet.Titulo_enlace.getData()?replace("<p>", "")?replace("</p>", "")}
80 </#if>
81 </div>
82 </#if>
83 </li>
84 </#list>
85 </#if>
86 </ul>
87</div>