Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> cur_imagenFondo.coletillaTop  [in template "137368#137407#PLBANNERSLIDER" at line 92, 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 92, 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	 
9	 <div class="item"> 
10                    <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
11					<#assign enlaceAlt = "Enlace a pagina externa"> 
12					<#if cur_imagenFondo.titulo.getData()?has_content> 
13						<#assign enlaceAlt = cur_imagenFondo.titulo.getData()> 
14					</#if> 
15                    <a alt="${enlaceAlt}" href="${cur_imagenFondo.enlace.getData()}"> 
16                    </#if> 
17						<#assign imageBackAlt = "Imagen decorativa de home"> 
18						<#if cur_imagenFondo.getAttribute("alt")?has_content> 
19							<#assign imageBackAlt = cur_imagenFondo.getAttribute("alt")> 
20						</#if> 
21                      <div class="parallax" data-speed="40" style="background-image: url(${cur_imagenFondo.getData()});" alt="${imageBackAlt}" title="${imageBackAlt}"></div>               
22                      <span class="negro"></span> 
23                      <div class="row"> 
24 
25                         
26                        <div class="bl imagen"> 
27                        <#if cur_imagenFondo.imagenUrl?? && cur_imagenFondo.imagenUrl.getData() != ""> 
28                          <div class="img"> 
29                                
30								<#assign imageAlt = "Imagen decorativa de home"> 
31								<#if cur_imagenFondo.imagenUrl.getAttribute("alt")?has_content> 
32									<#assign imageAlt = cur_imagenFondo.imagenUrl.getAttribute("alt")> 
33								</#if>                                                                  
34                              <img class="" src="${cur_imagenFondo.imagenUrl.getData()}" border="0" alt="${imageAlt}" title="${imageAlt}"> 
35                            </div> 
36                        </#if> 
37                            <div class="txt"> 
38                          
39                          <#if cur_imagenFondo.titulo?? && cur_imagenFondo.titulo.getData() != ""> 
40						    <#if cur_imagenFondo.titulo.colorTitulo?? && cur_imagenFondo.titulo.colorTitulo.getData() != ""> 
41						    <span style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};" class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
42							    <h2 style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};">${cur_imagenFondo.titulo.getData()}</h2> 
43						    <#else> 
44						    <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
45							    <h2>${cur_imagenFondo.titulo.getData()}</h2> 
46						    </#if> 
47						<#else> 
48						 <#if cur_imagenFondo.coletillaTop?? && cur_imagenFondo.coletillaTop.getData() != ""> 
49                          <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span>         
50                          </#if> 
51                        </#if> 
52                          <#if cur_imagenFondo.descripcion?? && cur_imagenFondo.descripcion.getData() != ""> 
53                          <div class="descripcion">${cur_imagenFondo.descripcion.getData()}</div>    
54                          </#if> 
55                          <#if cur_imagenFondo.coletilla?? && cur_imagenFondo.coletilla.getData() != ""> 
56                          <span class="coletilla">${cur_imagenFondo.coletilla.getData()}</span>   
57                          </#if> 
58                          </div> 
59                        </div> 
60 
61                         
62                      </div> 
63                    <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
64                    </a> 
65                    </#if> 
66 
67                </div> 
68	 
69	 
70	    <#else> 
71		<div class="item"> 
72                <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
73					<#assign enlaceAlt = "Enlace a pagina externa"> 
74					<#if cur_imagenFondo.titulo.getData()?has_content> 
75						<#assign enlaceAlt = cur_imagenFondo.titulo.getData()> 
76					</#if> 
77                    <a alt="enlaceAlt" href="${cur_imagenFondo.enlace.getData()}"> 
78                </#if> 
79						<#assign imageBackAlt = "Imagen decorativa de home"> 
80						<#if cur_imagenFondo.getAttribute("alt")?has_content> 
81							<#assign imageBackAlt = cur_imagenFondo.getAttribute("alt")> 
82						</#if> 
83                      <div class="parallax" data-speed="40" style="background-image: url(${cur_imagenFondo.getData()});" alt="${imageBackAlt}" title="${imageBackAlt}"></div>               
84                      <span class="negro"></span> 
85                      <div class="row"> 
86                        <div class="bl"> 
87                          <#if cur_imagenFondo.titulo?? && cur_imagenFondo.titulo.getData() != ""> 
88						    <#if cur_imagenFondo.titulo.colorTitulo?? && cur_imagenFondo.titulo.colorTitulo.getData() != ""> 
89						    <span style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};" class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
90							    <h2 style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};">${cur_imagenFondo.titulo.getData()}</h2> 
91						    <#else> 
92						    <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
93							    <h2>${cur_imagenFondo.titulo.getData()}</h2> 
94						    </#if> 
95						<#else> 
96						 <#if cur_imagenFondo.coletillaTop?? && cur_imagenFondo.coletillaTop.getData() != ""> 
97                          <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span>         
98                          </#if> 
99                        </#if> 
100                          <#if cur_imagenFondo.descripcion?? && cur_imagenFondo.descripcion.getData() != ""> 
101                          <div class="descripcion">${cur_imagenFondo.descripcion.getData()}</div>    
102                          </#if> 
103                          <#if cur_imagenFondo.coletilla?? && cur_imagenFondo.coletilla.getData() != ""> 
104                            <span class="coletilla">${cur_imagenFondo.coletilla.getData()}</span>      
105                          </#if> 
106                        </div> 
107                         
108                      </div> 
109                <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
110                    </a> 
111                </#if> 
112 
113                </div> 
114        </#if> 
115		</#if> 
116	</#list> 
117</#if> 
118</div> 
119</div>