{% if field.help_text %} {% autoescape off %} {% if display == "inline" %} {{ field.help_text }} {% else %}

{{ field.help_text }}

{% endif %} {% endautoescape %} {% endif %}