{{ config.plugins['data-manager'].types[type].list.title ?: type|e|capitalize ~ " " ~ "PLUGIN_DATA_MANAGER.ITEMS_LIST"|e|tu }}

{% if config.plugins['data-manager'].types[type].list.columns %} {% for column in config.plugins['data-manager'].types[type].list.columns %} {% endfor %} {% for item in grav.twig.items %} {% for column in config.plugins['data-manager'].types[type].list.columns %} {% endfor %} {% endfor %}
{{ column.label|e }}
{% if column.field is iterable %} {% set value = item.content %} {% for field in column.field %} {% set value = value[field] %} {% endfor %} {{ value|e }} {% else %} {{ item.content[column.field]|e }} {% endif %}
{% else %} {% endif %}