$r.render("display") #if($responses && !${responses.isEmpty()})

$r.translate("debug.responses")

#foreach($response in $responses) #end
${response.identifier}${response.stringuifiedValue}
#end #if($outcomes && !${outcomes.isEmpty()})

$r.translate("debug.outcomes")

#foreach($outcome in $outcomes) #end
${outcome.identifier}${outcome.stringuifiedValue}
#end