{% for form in formset %} {% with form.render_as_table_row as row_data %} {{row_data.html|safe}} {% endwith %}
{% endfor %}