Osoko bilkuren aktak
Udalbatzetako aktak izaera publikoko dokumentuak dira, eta udalak osoko bilkuretan hartzen dituen erabaki guztiak jasotzen dituzte. Azken urteetakoak kontsulta daitezke erantsitako dokumentuetan.
Errorea gertatu da txantiloia prozesatzerakoan.
The following has evaluated to null or missing: ==> assetRenderer.getArticle [in template "5331634#5331682#7876779" at line 7, column 43] ---- 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 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: #assign journalArticle = assetRendere... [in template "5331634#5331682#7876779" at line 7, column 17] ----
1<#if entries?has_content>
2 <section class="documents container">
3 <ul class="list_documents row">
4 <#list entries as curEntry>
5
6 <#assign assetRenderer = curEntry.getAssetRenderer() />
7 <#assign journalArticle = assetRenderer.getArticle() />
8 <#assign document = saxReaderUtil.read(journalArticle.getContentByLocale(locale)) />
9 <#assign rootElement = document.getRootElement() />
10
11
12 <#assign selectDoc = saxReaderUtil.createXPath("dynamic-element[@name='selectDoc']").selectSingleNode(rootElement).getStringValue()?trim />
13 <#assign urlDoc = saxReaderUtil.createXPath("dynamic-element[@name='urlDoc']").selectSingleNode(rootElement).getStringValue()?trim />
14 <#assign DescripcionDelDocumento = saxReaderUtil.createXPath("dynamic-element[@name='DescripcionDelDocumento']").selectSingleNode(rootElement).getStringValue()?trim />
15
16
17 <#assign liClasses = "item" />
18 <#if entries?size gt 1>
19 <#assign liClasses += " col-12 col-md-6" />
20 <#else>
21 <#assign liClasses += " col-12" />
22 </#if>
23 <li class="${liClasses}">
24 <#if selectDoc?has_content>
25
26 <#assign selectDocJson = selectDoc?eval />
27 <#assign selectDocURL = "/documents/" + selectDocJson.groupId + "/" + selectDocJson.uuid />
28
29 <a href="${selectDocURL}" class="link" target="_blank">
30 <span class="sr-only">${curEntry.getTitle(locale)}</span>
31 </a>
32 <#elseif urlDoc?has_content>
33 <a href="${urlDoc}" class="link" target="_blank">
34 <span class="sr-only">${curEntry.getTitle(locale)}</span>
35 </a>
36 <#else>
37 </#if>
38
39 <div class="document">
40 <i class="fas fa-file-alt" aria-hidden="true"></i>
41 <div class="content_text">
42 <p class="title">${curEntry.getTitle(locale)}</p>
43 <div class="description">
44 ${DescripcionDelDocumento}
45 </div>
46 </div>
47 </div>
48 </li>
49 </#list>
50 </ul>
51 </section>
52</#if>
2023. urteko aktak
Aurreko urteko akten historikoa
- Kontsultatu 2023 baino lehenagoko urteko aktak
Kontsultatu 2023 baino lehenagoko urteko aktak
Aktak eskuratzea Zanbranako Udalaren Egoitza Elektronikoaren bidez