@page "/registry/{RegistryId:guid}/admin"
@rendermode InteractiveServer
@using Blazored.TextEditor
Access denied.
} else {Drag categories or items to reorder. Drop items into another category to regroup them.
| Name | Desired Qty | Participation | Purchased by / Contributed by | |
|---|---|---|---|---|
| @item.Name | @item.DesiredQuantity | @(item.ParticipationAllowed ? "Yes" : "No") |
@if (item.Purchasers.Count > 0)
{
Purchased:
}
@if (item.Contributors.Count > 0)
{
@foreach (var purchaser in item.Purchasers)
{
@purchaser.DisplayName (@purchaser.Quantity)
}
Contributed:
}
@foreach (var contributor in item.Contributors)
{
@contributor.DisplayName (@contributor.Amount.ToString("0.00"))
}
|
No amount-specific QR codes configured.
} else {No users found yet.
} else {| Name | Address | |
|---|---|---|
| @user.DisplayName | @(string.IsNullOrWhiteSpace(user.Email) ? "-" : user.Email) | @(string.IsNullOrWhiteSpace(user.Address) ? "-" : user.Address) |
No admins assigned yet.
} else {| Email / Name | |
|---|---|
| @admin.DisplayName |
Invite link:
@InviteLink