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