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