@(pageItem.Category)/@(pageItem.Slug)
@@ -92,56 +93,82 @@+ Status: @Model.StatusDisplayName +
+ @if (Model.MonthlyAmount.HasValue) + { ++ R$ @Model.MonthlyAmount.Value.ToString("F2") / mês +
+ } ++ + Próxima cobrança: @Model.NextBillingDate.Value.ToString("dd/MM/yyyy") +
+ } + @if (Model.WillCancelAtPeriodEnd) + { ++ + Assinatura será cancelada em @Model.CurrentPeriodEnd?.ToString("dd/MM/yyyy") +
+ } +Você está usando o plano gratuito. Faça upgrade para desbloquear mais recursos!
+ + + Ver Planos + +| Data | +Descrição | +Valor | +Status | +Recibo | +
|---|---|---|---|---|
| @invoice.Created.ToString("dd/MM/yyyy") | ++ @if (!string.IsNullOrEmpty(invoice.Description)) + { + @invoice.Description + } + else + { + Assinatura @Model.PlanDisplayName + } + | ++ R$ @((invoice.AmountPaid / 100m).ToString("F2")) + | ++ Pago + | ++ @if (!string.IsNullOrEmpty(invoice.HostedInvoiceUrl)) + { + + + Ver + + } + | +