{% load dynamicforms %} {% render_table_commands form "filterrowstart" %} {% for column in form %} {% if column.display_table == DYNAMICFORMS.DisplayMode.FULL or column.display_table == DYNAMICFORMS.DisplayMode.INVISIBLE%} {% render_field column style=style %} {% endif %}{% endfor %} {% render_table_commands form "filterrowend" %}