{{model.product.name}}


{{html-safe model.product.description}}

{{#if canPurchase}}

{{i18n 'discourse_subscriptions.subscribe.card.title'}}


{{payment-options plans=model.plans selectedPlan=selectedPlan }}
{{subscribe-card cardElement=cardElement}} {{#if loading}} {{loading-spinner}} {{else if isAnonymous}} {{login-required}} {{else}}
{{input type="text" name="promo_code" placeholderKey="discourse_subscriptions.subscribe.promo_code" value=promoCode}}
{{d-button disabled=loading action="stripePaymentHandler" class="btn btn-primary btn-payment" label="discourse_subscriptions.plans.payment_button" }} {{/if}} {{else}}

{{i18n 'discourse_subscriptions.subscribe.already_purchased'}}

{{#link-to "user.billing.subscriptions" currentUser.username class="btn btn-primary"}} {{i18n 'discourse_subscriptions.subscribe.go_to_billing'}} {{/link-to}} {{/if}}