2019-12-06 13:52:03 +11:00
|
|
|
|
2019-12-06 14:33:38 +11:00
|
|
|
<button class="btn btn-primary">
|
2019-12-06 13:52:03 +11:00
|
|
|
Purchase a subscription
|
|
|
|
</button>
|
2019-12-06 14:33:38 +11:00
|
|
|
<button class="btn">
|
2019-12-06 13:52:03 +11:00
|
|
|
Make just one payment
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<p>Select subscription period</p>
|
|
|
|
|
|
|
|
<div id="subscribe-buttons">
|
2019-12-06 14:33:38 +11:00
|
|
|
{{#each plans as |plan|}}
|
2019-12-10 10:15:30 +11:00
|
|
|
{{#ds-button
|
2019-12-06 14:33:38 +11:00
|
|
|
action="clickPlan"
|
|
|
|
actionParam=plan
|
2019-12-10 10:15:30 +11:00
|
|
|
selected=plan.selected
|
2019-12-06 14:33:38 +11:00
|
|
|
class="btn btn-discourse-subscriptions-subscribe"
|
|
|
|
}}
|
2019-12-09 10:30:34 +11:00
|
|
|
<div class="interval">
|
2019-12-09 12:01:10 +11:00
|
|
|
{{i18n (concat "discourse_subscriptions.plans.interval.adverb." plan.interval)}}
|
2019-12-09 10:30:34 +11:00
|
|
|
</div>
|
|
|
|
<span class="amount">
|
|
|
|
{{format-currency plan.currency plan.amountDollars}}
|
|
|
|
</span>
|
2019-12-10 10:15:30 +11:00
|
|
|
{{/ds-button}}
|
2019-12-06 13:52:03 +11:00
|
|
|
{{/each}}
|
|
|
|
</div>
|