{% load i18n %} {% for field in form %} {% if field.is_hidden %} {{ field }} {% else %}
{{ field.field.help_text|safe }}