1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-16 07:50:49 -05:00
bitwarden/src/Core/MailTemplates/Handlebars/InvoiceUpcoming.text.hbs
2019-02-14 11:49:39 -05:00

19 lines
848 B
Handlebars

{{#>BasicTextLayout}}
This is a reminder that your Bitwarden subscription is due for renewal soon. Your payment method on file will be charged for {{usd AmountDue}} on {{date DueDate 'MMM dd, yyyy'}}.
{{#if Items}}
Summary Of Charges
------------------
{{#each Items}}
{{this}}
{{/each}}
{{/if}}
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 {{{WebVaultUrl}}}. Once logged in, navigate to the Billing page for your account.
{{#if MentionInvoices}}
Invoices for your subscription can also be downloaded from the Billing page for your account.
{{/if}}
If you have any questions or problems, please feel free to email us at hello@bitwarden.com.
{{/BasicTextLayout}}