{% if one_help_text_at_least == None or one_help_text_at_least %}
{% for field in form %} {% if field.help_text %}
{{field.label|capfirst}} : {{field.help_text}}
{% endif %} {% endfor %}
{% endif %}