{% call form.textarea('fields__' ~ position ~ '__tdchoices', label=_('Choices'), id='field-f' ~ position ~ 'choices', value=data.get('tdchoices', '\n'.join(field.get('tdchoices', []))), error=errors.tdchoices, classes=['control-full'], is_required=true) %} {{ form.info( text=_('Add one option per line (press enter after each option is entered)') )}} {% endcall %}