@if ((sectionRef.isEnabled() | async)) { {{ 'submission.sections.'+sectionData.header | translate }}
@if ((sectionRef.isValid() | async) !== true && !(sectionRef.hasErrors()) && !(sectionRef.isInfo())) { } @if ((sectionRef.hasErrors()) && !(sectionRef.isInfo())) { } @if ((sectionRef.isValid() | async) && !(sectionRef.hasErrors()) && !(sectionRef.isInfo())) { } @if (sectionRef.isInfo()) { } @if (!sectionRef.isMandatory()) { }
@if (sectionRef.hasGenericErrors()) {
@for (error of sectionRef.getErrors(); track error; let i = $index) { }
}
}