@if (hasCustomModels) {

{{ 'account.models.custom-models.title' | translate }}

@for (kb of kbList | async; track kb.id) {
@for (model of selection[kb.id]; track model.modelId) { {{ model.title }} @if (model.default) { {{ 'account.models.custom-models.default' | translate }} } }
} }