@for (f of fields; track f; let i = $index) {
@if (f.type === 'IMAGE') {
}
@if (f.type === 'KEY_VALUE_LIST') {
@for (lbl of f.labels; track $index; let li = $index) {
}
}
}
@if (fields.length === 0) {
{{ 'templateFieldsEditor.empty' | translate }}
}
{{ 'templateFieldsEditor.addPrefix' | translate }}
@for (s of suggestions; track s) {
}