@for (column of columns | keyvalue: keepOrder; track column.key) { }
@if (column.value.label) {
{{ column.value.label }}
} @if (column.value.filterable) {
}
@if (template.name) { @switch (column.key) { @case ("name") { {{ template.name }} } @case ("tokens") { } @case ("default") { {{ template.default }} } @default { {{ template[column.key] }} } } }
No data matching the filter.