@implements IAsyncDisposable
@* Toolbar *@
2 سطح 3 سطح 4 سطح 5 سطح 6 سطح همه @if (_currentViewUserId.HasValue) { }
@* Chart Container *@ @if (_isLoading) {
در حال بارگذاری...
} else if (_hasError) {
خطا در بارگذاری داده‌ها تلاش مجدد
} else {
} @* Stats Bar *@ @if (_statistics != null && !_isLoading) {
کل اعضا: @_statistics.TotalMembers
سازمان چپ: @_statistics.LeftLegCount
سازمان راست: @_statistics.RightLegCount
عمق: @_statistics.TreeDepth
پای ضعیف: @(_statistics.WeakerLeg == "Left" ? "چپ" : "راست")
}