+
+
+
+
+
+
+ {{ currentTierName }}
+
+
+
+ ${{ currentDisplayPrice }}
+
+
+ {{ $t('subscription.usdPerMonthPerMember') }}
+
+
+
+
+ {{ currentDisplayCredits }}
+ {{ $t('subscription.perMonth') }}
+
+
+ {{
+ $t('subscription.preview.ends', { date: currentPeriodEndDate })
+ }}
+
+
+
+
+
+
+
+
+
+ {{ newTierName }}
+
+
+
+ ${{ newDisplayPrice }}
+
+
+ {{ $t('subscription.usdPerMonthPerMember') }}
+
+
+
+
+ {{ newDisplayCredits }} {{ $t('subscription.perMonth') }}
+
+
+ {{ $t('subscription.preview.starting', { date: effectiveDate }) }}
+
+
+
+
+
+
+
+
+ {{ $t('subscription.preview.eachMonthCreditsRefill') }}
+
+
+
+
+ {{ newDisplayCredits }}
+
+
+
+
+
+
+
+
+
+ {{
+ $t('subscription.preview.proratedRefund', {
+ plan: currentTierName
+ })
+ }}
+
+ -${{ proratedRefund }}
+
+
+
+ {{
+ $t('subscription.preview.proratedCharge', { plan: newTierName })
+ }}
+
+ ${{ proratedCharge }}
+
+
+
+
+
+
+
+ {{ $t('subscription.preview.totalDueToday') }}
+
+
+ ${{ totalDueToday }}
+
+
+
+ {{
+ $t('subscription.preview.nextPaymentDue', {
+ date: nextPaymentDate
+ })
+ }}
+
+
+
+
+
+
+
+
+
+
+
+