#foreach($targetChoice in $targetChoices) #end #foreach($sourceChoice in $sourceChoices) #set($set1Identifier = $sourceChoice.getIdentifierString()) #set($sourceIndex = ${foreach.index}) #foreach($targetChoice in $targetChoices) #set($set2Identifier = $targetChoice.getIdentifierString()) #set($responseValue = $set1Identifier + " " + $set2Identifier) #end #end
${targetChoice.getChoiceText()}
$f.appendFlexiFormDirtyForCheckbox("oo_${set1Identifier}_${set2Identifier}") #if(${sourceChoice.isErrorSingleChoice()})
$r.translate("error.singlechoice")
#end
#if($r.visible($sourceChoice.text)) $r.render(${sourceChoice.getText()}) #else $r.render(${sourceChoice.getTextReadOnly()}) #end #if($f.hasError($item)) #end #if(!$restrictedEdit)
$r.render(${sourceChoice.getDeleteButton()})
#end
#if($r.available("add.match.row") || $r.available("submit"))
#if($r.available("submit")) $r.render("submit") #end #if($r.available("add.match.row")) $r.render("add.match.row") #end
#end