{{ label || ('templateFieldsEditor.defaultLabel' | translate) }}

@if (hint) {

{{ hint }}

}
@for (f of fields; track f; let i = $index) {
@if (f.type === 'IMAGE') { }
@if (f.type === 'KEY_VALUE_LIST') {
{{ 'templateFieldsEditor.labelsHeader' | translate }}
@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) { }