$r.render("display") #if($r.isNotEmpty($outcomes) || $r.isNotEmpty($responses))
#foreach($response in $responses) #end #foreach($outcome in $outcomes) #end
${response.identifier}$r.xssScan(${response.stringuifiedValue})
${outcome.identifier}$r.xssScan(${outcome.stringuifiedValue})
#end