@model SharedLibraryCore.Dtos.ServerInfo @{ Layout = null; }
@if (ViewBag.Authorized) { }
@Model.Map @if (!string.IsNullOrEmpty(Model.GameType) && Model.GameType.Length > 1) { @Model.GameType.ToUpper() }
@if (Model.LobbyZScore != null) {
@(Model.LobbyZScore ?? 0)
}
@Model.ClientCount/@Model.MaxClients
@if (ViewBag.Authorized) {
}
@await Html.PartialAsync("../Server/_ClientActivity", Model)