{% load icons %} {% if field.help_text %} {% if field.field.help_as_icon %} {% icon "info.svg" %} {% elif help_text_inline %} {{ field.help_text|safe }} {% else %}

{{ field.help_text|safe }}

{% endif %} {% endif %}