{% if field.help_text %} {% if help_text_inline %}

{{ field.help_text|safe }}

x {% else %} {{ field.help_text|safe }} {% endif %} {% endif %}