[%- for column in columns %]
{% if "[[ column.name ]]" not in skip_columns %}
[%- if column.type in ['relationship'] %]
[%- if column.multiple %]
{{ instance.[[ column.name|pluralize ]] }}
[%- else %]
{{ instance.[[ column.name ]] }}
[%- endif %]
[%- else %]
{{ instance.[[ column.name ]] }}
[%- endif %]
|
{% endif %}
[%- endfor %]
e |
x
|
{% endfor %}