#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Macros used to build the statistical information on the home page --> <#-- Get the classgroups so they can be used to qualify searches --> <#macro allClassGroupNames classGroups> <#list classGroups as group> <#-- Only display populated class groups --> <#if (group.individualCount > 0)>
<#if (group.individualCount > 10000) > <#assign overTen = group.individualCount/1000> ${overTen?round}k <#elseif (group.individualCount > 1000)> <#assign underTen = group.individualCount/1000> ${underTen?string("0.#")}k <#else> ${group.individualCount} #if>
${group.displayName?capitalize}
${i18n().you_can} ${i18n().add_content_manage_site}${i18n().from_site_admin_page}
#if> <#else>${i18n().please} ${i18n().log_in} ${i18n().to_manage_content.}
#if> #if> #macro>