{% for f in fields %}
{{ f }} {% if f.help_text or f.errors %}{{ f.errors|join:"; " }}{% if f.errors and f.help_text %}
{% endif %}{{ f.help_text }}
{% endif %}
{% endfor %}