{{ "invoices" | i18n }}

{{ "noInvoices" | i18n }}

{{ i.date | date : "mediumDate" }} {{ "invoiceNumber" | i18n : i.number }} {{ i.amount | currency : "$" }} {{ "paid" | i18n }} {{ "unpaid" | i18n }}

{{ "transactions" | i18n }}

{{ "noTransactions" | i18n }}

{{ t.createdDate | date : "mediumDate" }} {{ "chargeNoun" | i18n }} {{ "refundNoun" | i18n }} {{ t.details }} {{ t.amount | currency : "$" }}
* {{ "chargesStatement" | i18n : "BITWARDEN" }}