{% for field in form %}
{% if field.field.interactive_input %}
{% endif %}
{{ field }}
{{ field.errors }} {% endfor %}