{{i18n 'discourse_subscriptions.admin.dashboard.title'}}

{{#load-more selector=".discourse-patrons-table tr" action=(action "loadMore")}} {{#if model}} {{#each model as |payment|}} {{/each}}
{{i18n 'discourse_subscriptions.admin.dashboard.table.head.user'}} {{i18n 'discourse_subscriptions.admin.dashboard.table.head.payment_intent'}} {{i18n 'discourse_subscriptions.admin.dashboard.table.head.receipt_email'}} {{i18n 'created'}} {{i18n 'discourse_subscriptions.admin.dashboard.table.head.amount'}}
{{#link-to "adminUser.index" payment.user_id payment.username}} {{payment.username}} {{/link-to}} {{#link-to "patrons.show" payment.payment_intent_id}} {{{payment.payment_intent_id}}} {{/link-to}} {{payment.receipt_email}} {{{format-duration payment.created_at_age}}} {{payment.amount_currency}}
{{/if}} {{/load-more}}