Try your search with a different keyword or use * as a wildcard.
@using Nop.Core.Domain.Catalog
@using Nop.Services
@model GiftCardModel
@if (Model.PurchasedWithOrderId.HasValue)
{
}
@if (Model.Id > 0)
{
@Model.RemainingAmountStr
}
@if (Model.Id > 0)
{
@T(Model.IsRecipientNotified ? "Admin.Common.Yes" : "Admin.Common.No")
}
@if (Model.Id > 0)
{
@Model.CreatedOn
}