@page "/photos/{pageNumber:int}" @using LBPUnion.ProjectLighthouse.Localization.StringLists @using LBPUnion.ProjectLighthouse.PlayerData @using LBPUnion.ProjectLighthouse.Servers.Website.Extensions @model LBPUnion.ProjectLighthouse.Servers.Website.Pages.PhotosPage @{ Layout = "Layouts/BaseLayout"; Model.Title = Model.Translate(BaseLayoutStrings.HeaderPhotos); string language = Model.GetLanguage(); string timeZone = Model.GetTimeZone(); }
There are @Model.PhotoCount total photos!
@foreach (Photo photo in Model.Photos) {