#set( $tab = "metrics" ) #parse ( "header.html" )
#if ( $errorMsg )
$errorMsg
#end
#foreach ( $entry in $metricEntries )
#if ( $entry.hasValue() )
$entry.localName
: $entry.value.summarize() #end
#end
reset metrics
#parse ( "footer.html" )