{% import 'macros_form.html' as form with context %} {{ form.tablefield(label=trans('label_numbering'), checked=numbering, name='%snumbering' % uid, type='checkbox') }} {{ form.tablefield(label=trans('label_stylesheet'), help=help_stylesheet, name='%sstylesheet' % uid, type='text', value=stylesheet) }} {{ form.tablefield(label=trans('label_template'), errorid='template', help=help_template, name='%stemplate' % uid, type='text', value=template) }} {% call form.tablefield(help=help_width, type='content') %} : {{ form.singlefield(errorid='width', name='%swidth' % uid, size='short', type='text', value=width) }} {% endcall %}