2019-12-10 10:55:24 +11:00
|
|
|
<p>
|
2020-07-22 11:06:34 -05:00
|
|
|
{{i18n "discourse_subscriptions.plans.select"}}
|
2019-12-10 10:55:24 +11:00
|
|
|
</p>
|
2019-12-06 13:52:03 +11:00
|
|
|
|
2019-12-13 10:41:14 +11:00
|
|
|
<div class="subscribe-buttons">
|
2021-02-16 12:07:53 -06:00
|
|
|
{{#each orderedPlans as |plan|}}
|
2023-05-28 09:32:27 -05:00
|
|
|
<PaymentPlan
|
|
|
|
|
@plan={{plan}}
|
|
|
|
|
@selectedPlan={{selectedPlan}}
|
|
|
|
|
@clickPlan={{action "clickPlan"}}
|
|
|
|
|
/>
|
2019-12-06 13:52:03 +11:00
|
|
|
{{/each}}
|
2023-01-04 12:39:58 +00:00
|
|
|
</div>
|