#i18n{document.insertService.name}

<#if pages_list?size = 0>

#i18n{document.selector.page.noPage}

<#else>

#i18n{document.selector.page.pageChoice}

<#list pages_list as page>
#i18n{document.selector.page.colTitle} #i18n{document.selector.page.colDescription}
${page.name} ${page.description}