{{ form.hidden_tag() }} {% for f in form if f.type != 'CSRFTokenField' %}
{{ f.label }} {{ f }} {% if f.errors %} {% endif %}
{% endfor %}