[%- for column in columns %] {% if "[[ column.name ]]" not in skip_columns %} {% endif %} [%- endfor %] {% for instance in instances %} [%- for column in columns %] {% if "[[ column.name ]]" not in skip_columns %} {% endif %} [%- endfor %] {% endfor %}
{{ _("[[ column.name ]]") }}{{ _("Actions") }}
[%- if column.type in ['relationship'] %] [%- if column.multiple %] {{ instance.[[ column.name|pluralize ]] }} [%- else %] {{ instance.[[ column.name ]] }} [%- endif %] [%- else %] {{ instance.[[ column.name ]] }} [%- endif %] {% include "[[ name|camel_to_snake ]]/_action.html" %} |