An error occurred while processing the template.
Method public java.util.List com.liferay.portal.model.impl.LayoutImpl.getChildren() throws com.liferay.portal.kernel.exception.SystemException threw an exception when invoked on {uuid=28d532cd-27bd-413c-af76-af80cb7471a5, plid=1099967, groupId=11309, companyId=10155, userId=879470, userName=Luis Oriola, createDate=Fri Jun 27 13:53:26 WEST 2025, modifiedDate=Fri Jun 27 13:53:52 WEST 2025, privateLayout=false, layoutId=327, parentLayoutId=9, name=<?xml version='1.0' encoding='UTF-8'?><root available-locales="pt_PT" default-locale="pt_PT"><Name language-id="pt_PT">Acessibilidade a Produtos e Serviços</Name></root>, title=, description=, keywords=, robots=, type=link_to_layout, typeSettings=layout-template-id=2_columns_ii
linkToLayoutId=326
, hidden=false, friendlyURL=/acessibilidade-a-produtos-e-servicos1, iconImage=false, iconImageId=0, themeId=, colorSchemeId=, wapThemeId=, wapColorSchemeId=, css=, priority=9, layoutPrototypeUuid=, layoutPrototypeLinkEnabled=false, sourcePrototypeLayoutUuid=} with arguments of types [] 1<h1>Mapa do Site</h1> 2<div class="row site-map"> 3 <div class="col-md-12"> 4 <#if entries?has_content> 5 <ul> 6 <#list entries as curPage> 7 <#if !curPage.isHidden()> 8 <li><a class="level-one" href="${curPage.getRegularURL(request)}">${curPage.getName(locale)}</a> 9 <#if curPage.hasChildren()> 10 <ul> 11 <#list curPage.getChildren() as curChild> 12 <li><a class="level-two" href="${curChild.getRegularURL(request)}">${curChild.getName(locale)}</a> 13 <#if curChild.hasChildren()> 14 <ul> 15 <#list curChild.getChildren() as curGrandChild> 16 <li><a class="level-three" href="${curGrandChild.getRegularURL(request)}">${curGrandChild.getName(locale)}</a></li> 17 </#list> 18 </ul> 19 </#if> 20 </li> 21 </#list> 22 </ul> 23 </#if> 24 </li> 25 </#if> 26 </#list> 27 </ul> 28 </#if> 29 <br> 30 </div> 31</div>