{{ 'billing.history.title' | translate }}

{{ 'generic.date' | translate }} {{ 'billing.order_number' | translate }} {{ 'billing.tier' | translate }} {{ 'billing.amount' | translate }} @for (invoice of invoices.items; track invoice.id) { {{ invoice.period_start | date: 'YYYY-MM-dd' }} - {{ invoice.period_end | date: 'YYYY-MM-dd' }} {{ invoice.order_number }} {{ 'account.type.' + invoice.account_type | translate }} @if (currency$ | async; as currency) { {{ invoice.amount | currency: currency }} } } @if (invoices.items.length > 0 && invoices.pagination.has_more) {
{{ 'generic.show_more' | translate }}
}