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

$generalInstructions

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

$location.getQrText()

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

$locationUrlMap.get($location)

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

$location.getReference()

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

$location.getTitle()

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

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

#end
#end