{% load form_helpers %}
{{ group }}
{% for name in fields %} {% with field=form|getfield:name %} {% render_field field %} {% endwith %} {% endfor %}