@if (stringListOrphanStripBannerEntries().length > 0) {

Some previously saved selections are no longer available and have been removed from the following fields:

@for (entry of stringListOrphanStripBannerEntries(); track entry.propertyName) {
{{ entry.propertyName }}
    @for (value of entry.removedVisible; track value) {
  • {{ value }}
  • }
@if (entry.hiddenRemovedCount > 0) {

… and {{ entry.hiddenRemovedCount }} more

}
}
}
{{ stepName() }}
@if (isLoading() || !formReady) {
Loading step configuration...
} @else { @let config = stepConfiguration(); @if (config) { @if (config.configurationStepDescription) {

{{ config.configurationStepDescription }}

}
@for (group of config.propertyGroupConfigurations; track group.propertyGroupName) {
@if (config.propertyGroupConfigurations.length > 1) {
{{ group.propertyGroupName }}
@if (group.propertyGroupDescription) {

{{ group.propertyGroupDescription }}

} }
@for ( propertyName of getPropertyNames(group.propertyDescriptors); track propertyName ) { @let property = group.propertyDescriptors[propertyName]; @if (isPropertyVisible(property)) { } }
}
} @else {
No configuration data available for this step.
} }
@if (!isLoading() && formReady) { }