{% import 'macros/form.html' as form %} {% import 'macros/kata_form.html' as kata_form %}

{{ _('Free description') }} {{ kata_form.optional() }}

{{ form.markdown('notes', id='field-notes', label=_('Description'), placeholder=_('a freeform description'), value=data.notes, error=errors.notes) }} {# The tooltip can't be inserted so that it would look nice. If needed, add the tooltip below later. #}