{% block css %} {% endblock %} {% for field in form %}
{{ field }} {% for error in field.errors %} {{error}} {% endfor %}
{% endfor %}