Publicador de contenidos

//range: 1 - 200 67

Contenido más visitado

angle-left null BASE CHEFF CHEF-4C
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> Descuento  [in template "37101#37137#59591" at line 16, column 3]

----
Tip: If the failing expression is known to be 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: ${Descuento.getData()}  [in template "37101#37137#59591" at line 16, column 1]
----
1<#-- 
2Web content templates are used to lay out the fields defined in a web 
3content structure. 
4 
5Please use the left panel to quickly add commonly used variables. 
6Autocomplete is also available and can be invoked by typing "${". 
7--> 
8 
9${Nombre.getData()} 
10<br> 
11<img src="${Imagenes.Foto.getData()}"> 
12 
13<br> 
14 
15<div class="prdPromo"> 
16${Descuento.getData()} 
17</div>