@page "/moderation/hiddenLevels/{pageNumber:int}" @using LBPUnion.ProjectLighthouse.Extensions @using LBPUnion.ProjectLighthouse.Levels @using LBPUnion.ProjectLighthouse.Localization.StringLists @using LBPUnion.ProjectLighthouse.Servers.Website.Extensions @model LBPUnion.ProjectLighthouse.Servers.Website.Pages.Moderation.HiddenLevelsPage @{ Layout = "Layouts/BaseLayout"; Model.Title = Model.Translate(ModPanelStrings.HiddenLevels); bool isMobile = Model.Request.IsMobile(); string language = Model.GetLanguage(); string timeZone = Model.GetTimeZone(); }
There are @Model.SlotCount hidden levels.
@foreach (Slot slot in Model.Slots) {