password.pt 345 Bytes
<input
    type="password"
    name="${name|field.name}"
    value="${field.widget.redisplay and cstruct or ''}"
    tal:attributes="style style|field.widget.style;
                    class string: form-control ${css_class|field.widget.css_class or ''};
                    attributes|field.widget.attributes|{};"
    id="${oid|field.oid}"/>