{% load dynamicforms %} {% 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 %}