{% load i18n %} {% load crispy_forms_tags %} {% for form in form_list %}
{% csrf_token %} {% for field in form %}{{ field }}{% endfor %}
{% endfor %}