#if(${row.isSection()} && $row.firstPageOfSection)

$r.escapeHtml($row.sectionLongTitle)

##status #if($r.notNull($row.sectionBeginDate)) $r.translate("begin.date"): $r.formatDate($row.sectionBeginDate) #end #if($r.notNull($row.sectionEndDate)) $r.translate("end.date"): $r.formatDate($row.sectionEndDate) #end ##access

$r.xssScan($row.sectionDescription)

#end

$r.escapeHtml($row.title)

$r.translate("meta.last.modified", $r.formatDateAndTime($row.lastModified))

$r.xssScan($row.summary)