@if (showBrand() && !compact()) {
{{ "teams.switcher.label" | transloco }}
@if (showAdd()) { }
} @if (loading()) { } @else {
@if (selected) {
{{ selected.name }}
} @else { {{ activeTeamName() }} }
{{ team.name }}
{{ roleLabel(team.role) }}
@if (showAdd() && (!showBrand() || compact())) { }
}