{{obj.table_name}}
{% for column in obj.table_columns %} {% endfor %}
Column Name Column Type Column Order Is Shown Column Label Show Filter Filter Label Ref Column
{{column.column_name}} {{column.column_type}} {{column.column_order}} {% with check=column.is_shown %}{% include "components/check.html" %}{% endwith %} {{column.column_label}} {% with check=column.show_filter %}{% include "components/check.html" %}{% endwith %} {{column.filter_label}} {{column.ref_column}}