{% if field.help_text %} {% autoescape off %} {% if inline %} {{ field.help_text }} {% else %}

{{ field.help_text }}

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