{% load dynamicforms %} {% for column in form %} {% if column.visible_in_table %} {% render_field column style=style %} {% endif %}{% endfor %}