{% csrf_token %} {% for field in form %}
{% if field.field.widget.input_type != 'text' %} {{ field.label }} {% endif %} {% if forloop.first and 0 %} {% endif %} {{ field }} {% if forloop.first %} {% endif %}
{% endfor %}