{% if field.label %} {% if forloop.counter == 1 %}

{{ field.label|safe }}

{% else %}
{{ field.label|safe }}
{% endif %} {% endif %} {% if field.help_text %}
{{ field.help_text|safe }}
{% endif %}