      <span tal:define="vocab python: here.getField('%(id)s').Vocabulary(here);"
	    tal:repeat="item vocab" 
            tal:omit-tag="">
	      <input  class="noborder"
		      tabindex=""
	      	      onfocus="formtooltip('%(id)s_help', 1)"
	              onblur="formtooltip('%(id)s_help', 0)"
	              type="radio"
	              name="%(id)s"
	              tal:attributes="checked python: val == item; 
                                      value item;
                                      tabindex tabindex/next;"
		/><span tal:content="python: vocab.getValue(item)"/>
      </span>
