+
+ @if (Model.LevelInt != -1)
{
-
-
- @if (Model.LevelInt != -1)
- {
-
- }
- @if (Model.LevelInt < (int)ViewBag.User.Level && !Model.HasActivePenalty)
- {
-
- }
-
- @if (Model.LevelInt < (int)ViewBag.User.Level && Model.HasActivePenalty)
- {
- @if (isTempBanned)
- {
-
-
- }
- else
- {
-
- }
- }
-
-
-
-
- @{
- foreach (var linked in Model.LinkedAccounts)
- {
- @Html.ActionLink(linked.Value.ToString("X"), "ProfileAsync", "Client", new { id = linked.Key }, new { @class = "link-inverse" })
- }
- foreach (string alias in Model.Aliases)
- {
- @alias
- }
-
- if (ViewBag.Authorized)
- {
- foreach (string ip in Model.IPs)
- {
-
@ip
- }
- }
- }
-
+
}
- }
+ @if (Model.LevelInt < (int)ViewBag.User.Level && !Model.HasActivePenalty)
+ {
+
+ }
+
+ @if (Model.LevelInt < (int)ViewBag.User.Level && Model.HasActivePenalty)
+ {
+ @if (isTempBanned)
+ {
+
+
+ }
+ else
+ {
+
+ }
+ }
+
+
+ @{
+ foreach (var linked in Model.LinkedAccounts)
+ {
+ @Html.ActionLink(linked.Value.ToString("X"), "ProfileAsync", "Client", new { id = linked.Key }, new { @class = "link-inverse" })
+ }
+ foreach (string alias in Model.Aliases)
+ {
+ @alias
+ }
+
+ if (ViewBag.Authorized)
+ {
+ foreach (string ip in Model.IPs)
+ {
+
@ip
+ }
+ }
+ }
+
+