#if($title)
$title
$r.translate("document.by",$author)
#end
$text
#if ($hasAttachments)
$r.translateWithPackage("org.olat.modules.fo","attachments")
#foreach( $attachment in $attachments )
#set( $fsize = $attachment.getSize() / 1024 )
#set( $downlCompName = "download${foreach.count}")
- $r.render($downlCompName)
#end
#end
#if($r.available("meta"))
$r.render("meta")
#end