#* Debugging code to list all web context properties
#foreach($attr in $application.getAttributeNames())
$attr = $application.getAttribute($attr)
#end
*# #if($params.id) #set($tour = $api.get("tour/${params.id}")) #end
#if($tour && $tour.error) #else #translate($page) #end
#foreach($lang in $translate.flags.entrySet()) #if($lang != $request.lang)  $lang.key #end #end
#if($css) #end