#-- $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}
You can add content and manage this site from the Site Administration page.
#if> <#else>Please log in to manage content.
#if> #if> #macro>