{% load widget_tweaks %}
{% csrf_token %} {% for field in form %}

{{ field.errors }} {{ field.label_tag }} {{ field }}

{% endfor %}