{{ _('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. #}