+ {isNewCheckout && (
+
+ {
+ navigate(`/settings/${organization.slug}/billing/`);
+ }}
+ >
+
+
+ {t('Back')}
+
+
+
)}
-
- {t('Have a question?')}
-
- {tct('[help:Find an Answer] or [contact:Ask Support]', {
- help: (
-
- ),
- contact: ,
- })}
-
-
-
-
{discountInfo?.disclaimerText}
-
- {subscription.canCancel && (
-
-
- {subscription.cancelAtPeriodEnd
- ? t('Pending Cancellation')
- : t('Cancel Subscription')}
-
-
- )}
- {showAnnualTerms && (
-
- {tct(
- `Annual subscriptions require a one-year non-cancellable commitment.
- By using Sentry you agree to our [terms: Terms of Service].`,
- {terms: }
+ {this.renderPartnerAlert()}
+
+ {this.renderSteps()}
+
+
+