An error occurred while processing the template.
The following has evaluated to null or missing:
==> cur_imagenFondo.coletillaTop  [in template "137368#137407#PLBANNERSLIDER" at line 99, column 83]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${cur_imagenFondo.coletillaTop.getDat...  [in template "137368#137407#PLBANNERSLIDER" at line 99, column 81]
----
1<div class="banner   "> 
2<div id="slider_banner" class="owl-carousel"> 
3<#if imagenFondo.getSiblings()?has_content> 
4	<#list imagenFondo.getSiblings() as cur_imagenFondo> 
5		<#if cur_imagenFondo?? && cur_imagenFondo.getData() != ""> 
6		<#if cur_imagenFondo.imagenUrl?? && cur_imagenFondo.imagenUrl.getData() != ""> 
7 
8	<#assign imageBackAlt = "Imagen decorativa de home"> 
9	<#if cur_imagenFondo.getAttribute("alt")?has_content> 
10		<#assign imageBackAlt = cur_imagenFondo.getAttribute("alt")> 
11	</#if> 
12	 <div class="item" alt="${imageBackAlt}" title="${imageBackAlt}"> 
13                    <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
14					<#assign enlaceAlt = "Enlace a pagina externa"> 
15					<#if cur_imagenFondo.titulo.getData()?has_content> 
16						<#assign enlaceAlt = cur_imagenFondo.titulo.getData()> 
17					</#if> 
18                    <a alt="${enlaceAlt}" href="${cur_imagenFondo.enlace.getData()}"> 
19                    </#if> 
20						<#assign imageBackAlt = "Imagen decorativa de home"> 
21						<#if cur_imagenFondo.getAttribute("alt")?has_content> 
22							<#assign imageBackAlt = cur_imagenFondo.getAttribute("alt")> 
23						</#if> 
24                      <div class="parallax" data-speed="40" style="background-image: url(${cur_imagenFondo.getData()});" alt="${imageBackAlt}" title="${imageBackAlt}"></div>               
25                      <span class="negro"></span> 
26                      <div class="row"> 
27 
28                         
29                        <div class="bl imagen"> 
30                        <#if cur_imagenFondo.imagenUrl?? && cur_imagenFondo.imagenUrl.getData() != ""> 
31                          <div class="img"> 
32                                
33								<#assign imageAlt = "Imagen decorativa de home"> 
34								<#if cur_imagenFondo.imagenUrl.getAttribute("alt")?has_content> 
35									<#assign imageAlt = cur_imagenFondo.imagenUrl.getAttribute("alt")> 
36								</#if>                                                                  
37                              <img class="" src="${cur_imagenFondo.imagenUrl.getData()}" border="0" alt="${imageAlt}" title="${imageAlt}"> 
38                            </div> 
39                        </#if> 
40                            <div class="txt"> 
41                          
42                          <#if cur_imagenFondo.titulo?? && cur_imagenFondo.titulo.getData() != ""> 
43						    <#if cur_imagenFondo.titulo.colorTitulo?? && cur_imagenFondo.titulo.colorTitulo.getData() != ""> 
44						    <span style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};" class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
45							    <h2 style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};">${cur_imagenFondo.titulo.getData()}</h2> 
46						    <#else> 
47						    <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
48							    <h2>${cur_imagenFondo.titulo.getData()}</h2> 
49						    </#if> 
50						<#else> 
51						 <#if cur_imagenFondo.coletillaTop?? && cur_imagenFondo.coletillaTop.getData() != ""> 
52                          <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span>         
53                          </#if> 
54                        </#if> 
55                          <#if cur_imagenFondo.descripcion?? && cur_imagenFondo.descripcion.getData() != ""> 
56                          <div class="descripcion">${cur_imagenFondo.descripcion.getData()}</div>    
57                          </#if> 
58                          <#if cur_imagenFondo.coletilla?? && cur_imagenFondo.coletilla.getData() != ""> 
59                          <span class="coletilla">${cur_imagenFondo.coletilla.getData()}</span>   
60                          </#if> 
61                          </div> 
62                        </div> 
63 
64                         
65                      </div> 
66                    <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
67                    </a> 
68                    </#if> 
69 
70                </div> 
71	 
72	 
73	    <#else> 
74	    <#assign imageBackAlt = "Imagen decorativa de home"> 
75    	<#if cur_imagenFondo.getAttribute("alt")?has_content> 
76    		<#assign imageBackAlt = cur_imagenFondo.getAttribute("alt")> 
77    	</#if> 
78		<div class="item" alt="${imageBackAlt}" title="${imageBackAlt}"> 
79                <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
80					<#assign enlaceAlt = "Enlace a pagina externa"> 
81					<#if cur_imagenFondo.titulo.getData()?has_content> 
82						<#assign enlaceAlt = cur_imagenFondo.titulo.getData()> 
83					</#if> 
84                    <a alt="enlaceAlt" href="${cur_imagenFondo.enlace.getData()}"> 
85                </#if> 
86						<#assign imageBackAlt = "Imagen decorativa de home"> 
87						<#if cur_imagenFondo.getAttribute("alt")?has_content> 
88							<#assign imageBackAlt = cur_imagenFondo.getAttribute("alt")> 
89						</#if> 
90                      <div class="parallax" data-speed="40" style="background-image: url(${cur_imagenFondo.getData()});" alt="${imageBackAlt}" title="${imageBackAlt}"></div>               
91                      <span class="negro"></span> 
92                      <div class="row"> 
93                        <div class="bl"> 
94                          <#if cur_imagenFondo.titulo?? && cur_imagenFondo.titulo.getData() != ""> 
95						    <#if cur_imagenFondo.titulo.colorTitulo?? && cur_imagenFondo.titulo.colorTitulo.getData() != ""> 
96						    <span style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};" class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
97							    <h2 style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};">${cur_imagenFondo.titulo.getData()}</h2> 
98						    <#else> 
99						    <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
100							    <h2>${cur_imagenFondo.titulo.getData()}</h2> 
101						    </#if> 
102						<#else> 
103						 <#if cur_imagenFondo.coletillaTop?? && cur_imagenFondo.coletillaTop.getData() != ""> 
104                          <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span>         
105                          </#if> 
106                        </#if> 
107                          <#if cur_imagenFondo.descripcion?? && cur_imagenFondo.descripcion.getData() != ""> 
108                          <div class="descripcion">${cur_imagenFondo.descripcion.getData()}</div>    
109                          </#if> 
110                          <#if cur_imagenFondo.coletilla?? && cur_imagenFondo.coletilla.getData() != ""> 
111                            <span class="coletilla">${cur_imagenFondo.coletilla.getData()}</span>      
112                          </#if> 
113                        </div> 
114                         
115                      </div> 
116                <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
117                    </a> 
118                </#if> 
119 
120                </div> 
121        </#if> 
122		</#if> 
123	</#list> 
124</#if> 
125</div> 
126</div> 
IMG-20181112-WA0002-1600x1200.jpg
VI International Program for Financial Institutions' Executives
En línea con la estrategia del Instituto de Crédito Oficial, se celebra este curso dirigido a altos directivos procedentes de entidades públicas dedicadas al desarrollo y promoción económica, ya sea a nivel global o local.

Se trata de un foro de reflexión e intercambio de experiencias sobre el papel de la banca pública en la financiación y promoción del desarrollo en un momento en el que la situación financiera global conduce necesariamente al replanteamiento del papel y la estrategia futura de estas instituciones. El curso es impartido por una escuela de negocios, previa adjudicación a través de un concurso público, y se desarrolla íntegramente en inglés. En noviembre de 2018 se celebró la VI edición. Puedes acceder a la información pinchando más abajo.

 

La VII convocatoria tendrá lugar los días 18 a 20 de noviembre de 2019. 

VII INTL PROGRAM FOR FINANCIAL INSTITUTION EXECUTIVES – Agenda