## Easy-to-use HTML select box #set $value = $getVar("value", None) #for $option in $options #if $option[0] == $value $option[1] #else $option[1] #end if #end for