{% load get %} {% load urlbuilder %} {% load call %} {% for field in table.table.table_sequence %} {% with table.table.table_columns|get:field as col %} {% spaceless %} {% if col.is_linked %} {% call col get_url request as url %} {% endif %} {% call col value obj %} {% if col.is_linked %} {% endif %} {% endspaceless %} {% endwith %} {% endfor %}