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

$r.xssScan($row.sectionDescription)

#if(${row.hasSectionCategories()})
$r.translate("meta.section.categories") #foreach($category in $row.sectionCategories) #if(${foreach.count} > 1), #end $category #end
#end
#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)

#if(${row.hasLastPublicationDate()}) $r.translate("meta.last.publication", $r.formatDateAndTime($row.lastPublicationDate)) #end #if(${row.hasPageCategories()}) $r.translate("meta.categories") #foreach($category in $row.pageCategories) #if(${foreach.count} > 1), #end $category #end #end $r.translate("meta.last.modified", $r.formatDateAndTime($row.lastModified)) #if(${row.hasMetaBinderAndSectionTitle()})
$r.translate("meta.binder.section.titles", ${row.getMetaBinderAndSectionTitles()})
#end
$r.xssScan($row.summary)
#end