{{props.label}} @if (!isAllTrue()) { @if (props.description) { {{props.description}} } @if (props.attributes?.infoLine) {
{{props.attributes?.infoLine }}
} } @for (step of steps; track step; let i = $index) { {{step.label}} @if (showContent(i)) { @if (step.description) { } @for (url of step.url; track url) { } } }