<labelfor="form:template">Wähle eine TeX-Vorlage:</label>
<labelfor="form:template">Wähle eine TeX-Vorlage:</label>
<ul>
<ul>
<lipy:for="textemplate in templates">
<lipy:for="textemplate in templates">
<py:choose>
<inputtype="radio"name="textemplate"id="tpl:${textemplate}"value="${textemplate}"py:attrs="{'checked':'checked'} if defined('form') and textemplate == form.textemplate else {}"/>