
  <div class="row">
    <div class="label">
      <span i18n:translate="%(id)sformat">%(label)s Format</span>
      <div id="%(id)s_format_help"
	   i18n:translate="%(id)s_format_help" 
	class="help" 
	style="visibility:hidden">
	Select which format you want to type the contents of this
	document in. If you are unsure of which format to use, just
	select Plain Text and type the document as you usually
	do.
      </div>
    </div>

    <div tal:omit-tag="" 
	 tal:define="contentType python: here.getContentType(%(id)r);">
	<select id="%(id)s_text_format" name="%(id)s_text_format"
	        tabindex = ""
	        tal:attributes="tabindex tabindex/next;">
