@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 }}
}
} @else {
No configuration data available for this step.
}
}