#foreach($location in $locationList)
#if($r.isNotEmpty("generalInstructions"))

$generalInstructions

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

$location.getQrText()

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

$locationUrlMap.get($location)

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

$location.getReference()

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

$location.getTitle()

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

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

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

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

#end
#end