{% load label %}
{% for field in fields %}
{{ field.field.errors }} {% label field.field %} {{ field.field }}
{% endfor %}