{% for form in forms %}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
{% endfor %}