{% csrf_token %} {% for field in form %}
{{ field.label_tag }} {{ field }}
{% endfor %}