#foreach($location in $locationList)
#if($r.isNotEmpty("generalInstructions"))
$generalInstructions
#end #if($r.isNotEmpty($location.getQrText()))
$r.xssScan($location.getQrText())
#end #if($r.isNotEmpty($location.getQrId()))

$locationUrlMap.get($location)

#end #if($r.isNotEmpty($location.getReference()))

$r.xssScan($location.getReference())

#end #if($r.isNotEmpty($location.getTitle()))

$r.xssScan($location.getTitle())

#end #if($r.isNotEmpty($location.getRoom()) || $r.isNotEmpty($location.getBuilding()))

#if($r.isNotEmpty($location.getBuilding())) $r.xssScan($location.getBuilding()) #end #if($r.isNotEmpty($location.getBuilding()) && $r.isNotEmpty($location.getRoom())) - #end #if($r.isNotEmpty($location.getRoom())) $r.xssScan($location.getRoom()) #end

#end #if($r.isNotEmpty($location.getSector()) || $r.isNotEmpty($location.getTable()))

#if($r.isNotEmpty($location.getSector())) $r.xssScan($location.getSector()) #end #if($r.isNotEmpty($location.getSector()) && $r.isNotEmpty($location.getTable())) - #end #if($r.isNotEmpty($location.getTable())) $r.xssScan($location.getTable()) #end

#end
#end