<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- List class groups, and classes within each group. --> <#include "classgroups-checkForData.ftl"> <#if (!noData)>
<#list classGroups as classGroup> <#-- Only render classgroups that have at least one class with individuals --> <#if (classGroup.individualCount > 0)>

${classGroup.publicName}

<#else> ${noDataNotification}