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

$r.escapeHtml($row.sectionLongTitle)

$r.translate("section.status"): $r.translate(${row.getSectionStatusI18nKey()}) #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 #if(${row.hasScore()}) $r.translate("section.score"): $row.score #end

$r.xssScan($row.sectionDescription)

#if(${row.hasNewEntryLink()})

$r.translate("create.new.page.tite")

$r.translate("create.new.page.descr")

$r.render($row.getNewEntryLinkName())
#end
#end #if(${row.isPage()})

$r.escapeHtml($row.title)

$r.translate("meta.last.modified", $r.formatDateAndTime($row.lastModified))
$r.xssScan($row.summary)
#end