      <option 
	      selected=""
	      tal:define="vocab python: here.getField('%(id)s').Vocabulary(here);" 
	      tal:repeat="item vocab"
	      tal:attributes="selected python:test(str(val) == str(item), 'selected', None); value item;"
	      tal:content="python: vocab.getValue(item)"
	/> 
