@* 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" ? "چپ" : "راست")
}