mirror of
https://github.com/bitwarden/server.git
synced 2025-06-22 19:58:47 -05:00
28 lines
916 B
Plaintext
28 lines
916 B
Plaintext
@model Bit.Core.Models.Mail.InvoiceUpcomingViewModel
|
|
@{
|
|
Layout = "_BasicMailLayout.text";
|
|
}
|
|
This is a reminder that your Bitwarden subscription is due for renewal soon.
|
|
Your payment method on file will be charged for @Model.AmountDue.ToString("C") on @Model.DueDate.ToString("MMM dd, yyyy").
|
|
|
|
Summary Of Charges
|
|
------------------
|
|
@foreach(var item in Model.Items)
|
|
{
|
|
@:- @item
|
|
}
|
|
|
|
To avoid any interruption in service, please ensure that your payment method
|
|
on file is up to date and can be charged for the above amount. You can manage your
|
|
subscription and payment method by logging into the web vault at <@Model.WebVaultUrl>.
|
|
Once logged in, navigate to the Billing page for your account.
|
|
@if(Model.MentionInvoices)
|
|
{
|
|
@:
|
|
@: Invoices for your payments can also be downloaded from Billing page for your
|
|
@: account.
|
|
}
|
|
|
|
If you have any questions or problems, please feel free to email us at
|
|
hello@bitwarden.com.
|