Administración de Artículos

Publicador de contenidos

Atrás Transparencia Colaborativa Mayo 2025

Se ha producido un error al procesar la plantilla.
Syntax error in template "20097#20123#15854932" in line 20, column 9:
Unexpected end of file reached. You have an unclosed #if.
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5 
6<#if (Select47374795.getData())??> 
7	${Select47374795.getData()} 
8</#if> 
9 
10 <#if Repetible?? && Repetible?has_content> 
11      <#list Repetible as item> 
12			 
13<#if (Repetible.txtTitulo.getData())??> 
14	${Repetible.txtTitulo.getData()} 
15</#if> 
16 
17<#if (Repetible.linkInfo.getData())??> 
18	${Repetible.linkInfo.getData()} 
19</#if> 
20 </#list>