$r.contextHelpWithWrapper("Portfolio task and assignment: Collecting and editing#publish")

$r.translate("publish.status.title", $binderTitle)

#if(!${binderRow.getAccessRights().isEmpty()})
$r.translate("access.binder")
#foreach($binderRights in $binderRow.accessRights) #end
$r.escapeHtml($binderRights.fullName) $binderRights.explanation #if($r.isNotNull($binderRights.editLink)) $r.render($binderRights.editLink) #end
#end