@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) {
Aucun champ pour l'instant — ajoutez-en avec les boutons ci-dessous.
}