editor.record.form.metadataQuality.title
@for ( properties of (propertiesByPage$ | async) ?? []; track properties; let isLast = $last ) {
@for (property of properties; track property) { {{ property.label | translate }}
@if (property.value) { } @else { }
} @if (!isLast) {
}
}