{% block form_fields %} {% for field in form %}
{{ field.label() }} {{ field() }}

{% endfor %} {% endblock form_fields %}