#if($r.isEmpty($interactionWrappers))
$r.translate("grade.no.items")
#end #foreach($interactionWrapper in $interactionWrappers)

${foreach.count}. $r.translate("assessed.identity")

##$interactionWrapper.fullName #if(!${interactionWrapper.isItemSessionStateFinal()})
$r.translate("warning.not.submitted")
#end #foreach($responseFormItem in $interactionWrapper.responseFormItems)
$r.render($responseFormItem.name)
#end #if($r.isNotNull(${interactionWrapper.scoreEl}))
$r.render("${interactionWrapper.scoreEl.name}_LABEL", "$f.getItemId($item)", "col-sm-3")
$r.render($interactionWrapper.scoreEl.name, "form") #if($f.hasError($item)) #end
#if($f.hasError($interactionWrapper.scoreEl.name))
$r.render("${interactionWrapper.scoreEl.name}_ERROR")
#elseif($f.hasExample(${interactionWrapper.scoreEl.name}))
$r.render("${interactionWrapper.scoreEl.name}_EXAMPLE")
#end
#end
$r.render("${interactionWrapper.commentEl.name}_LABEL", "$f.getItemId($item)", "col-sm-3")
$r.render($interactionWrapper.commentEl.name, "form") #if($f.hasError($interactionWrapper.commentEl.name)) #end
#if($f.hasError($interactionWrapper.commentEl.name))
$r.render("${interactionWrapper.commentEl.name}_ERROR")
#elseif($f.hasExample(${interactionWrapper.scoreEl.name}))
$r.render("${interactionWrapper.commentEl.name}_EXAMPLE")
#end
#end #if($r.isNotNull($hasErrors) && $hasErrors)
$r.translate("error.in.form")
#end
$r.render("buttons")