Files
vaultwarden/web-vault/app/settings/views/settingsBilling.html
2018-02-10 01:00:55 +01:00

7.8 KiB
Raw Blame History

Billing manage your membership

Canceled

The premium membership subscription has been canceled.

Pending Cancellation

The premium membership has been marked for cancellation at the end of the current billing period.

Reinstate

Premium Membership

Expiration
Loading...
{{expiration | date: 'medium'}}
Never expires
Status
{{(subscription && subscription.status) || '-'}} - marked for cancellation
Next Charge
{{nextInvoice ? ((nextInvoice.date | date: 'mediumDate') + ', ' + (nextInvoice.amount | currency:'$')) : '-'}}
Details
Loading...
{{item.name}} {{item.qty > 1 ? '×' + item.qty : ''}} @ {{item.amount | currency:'$'}} {{(item.qty * item.amount) | currency:'$'}} /{{item.interval}}

Storage

Your membership has a total of {{storage.maxGb}} GB of encrypted file storage. You are currently using {{storage.currentName}}.

{{storage.percentage}}%

Payment Method

Loading...
No payment method on file.
{{paymentSource.description}}

Charges

Loading...
No charges.
{{charge.date | date: 'mediumDate'}} {{charge.paymentSource}} {{charge.status}} {{charge.amount | currency:'$'}}