#function hasChildShownInCompleteness entry> <#if entry.children?has_content> <#list entry.children as child > <#if child.shownInCompleteness> <#return true> #if> #list> #if> <#return false> #function> <#if config?exists>
<#assign index = 0>
<#list list_entries as entry>
<#if entry.shownInCompleteness>
<#if entry.entryType.group>
<#else>
<#if entry.shownInCompleteness>
${entry.title}
#if>
#if>
<#elseif entry.entryType.group>
<#if hasChildShownInCompleteness( entry )>