#if($r.visible("coach.reviewed.button") || $r.visible("coach.need.revision.button") || $r.visible("coach.submit.corrections.to.revision.button"))
$r.translate("coach.feedback.documents.title")

$r.translate("coach.feedback.documents.desc")

#end #if($r.isNotEmpty($minDocsWarning))
$minDocsWarning
#end #if($r.isNotEmpty($maxDocsWarning))
$maxDocsWarning
#end #if($hasDocuments) $r.render("table") #end #if($r.visible("upload.document") || $r.visible("open.editor"))
$r.translate("submission.add.title")
#if($r.visible("upload.document") && $r.visible("open.editor"))
$r.render("upload.document") $r.render("open.editor")
#elseif($r.visible("upload.document")) $r.render("upload.document") #elseif($r.visible("open.editor")) $r.render("open.editor") #end
#end #if($r.visible("coach.reviewed.button") || $r.visible("coach.need.revision.button"))
$r.translate("coach.verdict.title")

$r.translate("coach.verdict.desc")

#if($r.visible("corrections.comment")) $r.render("corrections.comment") #end
#if($r.visible("coach.need.revision.button")) $r.render("coach.need.revision.button") #end #if($r.visible("coach.reviewed.button")) $r.render("coach.reviewed.button") #end
#end #if($r.visible("coach.submit.corrections.to.revision.button") || $r.visible("coach.close.revision.button"))
$r.translate("coach.verdict.title")

$r.translate("coach.verdict.desc")

#if($r.visible("revisions.comment")) $r.render("revisions.comment") #end
#if($r.visible("coach.submit.corrections.to.revision.button")) $r.render("coach.submit.corrections.to.revision.button") #end #if($r.visible("coach.close.revision.button")) $r.render("coach.close.revision.button") #end
#end