@for ( section of facade.currentSections$ | async; track sectionTracker($index, section) ) { @if (!section.hidden) {
@if (section.labelKey) {
{{ section.labelKey }}
} @if (section.descriptionKey) {
{{ section.descriptionKey }}
}
@for ( field of section.fieldsWithValues; track fieldTracker($index, field) ) { @if (!field.config.hidden) { } }
} }