@if (title()) {
{{ title() }}
}
@if (loading()) {
{{ 'PAC.KEY_WORDS.Loading' | translate: { Default: 'Loading...' } }}
} @else if (options().length) {
@for (option of options(); track optionKey(option)) {
@if (option.expanded && option.children?.length) {
@for (child of option.children; track optionKey(child)) {
}
}
}
} @else {
}