{% load i18n %}
{% csrf_token %} {% for field in form %}

{% include "django_libs/partials/form_field.html" with field=field %}

{% endfor %}