@page @model Admin.Pages.Donation.Alert.IndexModel @using SharedKernel.Extensions @{ ViewData["Title"] = "후원 알림"; }
|
|
후원자 | 피후원자 | 수신 여부 | 시작 시간 | 수신 시간 | IP | 관리 |
|---|---|---|---|---|---|---|---|
| No Data. | |||||||
|
|
[@row.Sponsor.ID] @row.Sponsor.Email, @(row.Sponsor.Name ?? "-") | [@row.Receiver.ID] @row.Receiver.Email, @(row.Receiver.Name ?? "-") | @if (row.IsReceived) { 수신 } else { @row.Status } | @row.StartAt.GetDateAt() | @(row.ArrivedAt.GetDateAt() ?? "-") | @(row.IpAddress ?? "-") |
|