@page @model download_admin.Pages.ReportModel @if (Model.HasError) {
@Model.ErrorText
}| Key | Downloads |
| @t | @Model.GetCount(t) |
| Time | Key | Info |
| @obj.Time.ToString("o", System.Globalization.CultureInfo.InvariantCulture) | @obj.Key |
@foreach (string s in obj.Info)
{
@s
} |