{% load lookupattr %}{{ table.media }} {% for bound_column in table.bound_columns.values %} {% endfor %} {% for row in table.rows %} {% for bound_column in table.bound_columns.values %} {% endfor %} {% endfor %}
{{ bound_column.render_label }}
{{ row|lookupattr:bound_column.name }}