@if (formGroup$ | async; as formGroup){
@if (title) {

{{ title }}

} @if (total !== undefined && showRecords) {
{{ recordsText | translate: {count: total} }}
}
@if (showFulltext){ }
@if (!autoBind) { } @if (isExpanded) { } @if (simpleFormFieldDefinitions$ | async; as declaration){ @if (declaration.length) { } }
@if (simpleFormFieldDefinitions$ | async; as declaration){ @if (isExpanded && declaration.length) {
} }
}