${name}
		${summary}
		<#if group?? >
			
Category
				 ${group}
			
		#if>
		
		Overview
		${description}
			<#-- Create the metrics summary -->
			<#if metrics?size != 0>
				
This table summarizes the values that are specific to this metric.
				
					
					
						| Metric | Summary | 
					
					<#list metrics as metric>
					
						| ${metric.name} 
 | ${metric.summary} | 
					#list>
					
				
			#if>
			<@footerInfo />
			<@footerClose />