#foreach($bookSection in $bookSections)

$r.escapeHtml($bookSection.getTitle())

#if ($bookSection.getPageFrom() || $bookSection.getPageTo())
$helper.formatPageFromTo($bookSection.getPageFrom(), $bookSection.getPageTo())
#end #if ($bookSection.getDescription() && $bookSection.getDescription() != "")
$bookSection.getDescription()
#end
$r.render("startReader_${bookSection.getPosition()}")
#end