{% load i18n %}
{% csrf_token %} {% for field in form %} {{ field.errors }} {{ field.label }} {{ field }} {% endfor %}