@if (loading()) {
{{
'PAC.Chat.FollowUpActiveHint'
| translate: { Default: 'New messages use the selected busy behavior.' }
}}
} @else {
{{
'PAC.Chat.FollowUpIdleHint' | translate: { Default: 'Applies when you send while a run is active.' }
}}
}
}
@for (item of items(); track item.id ?? $index) {