{{ $t "greetings" name=name }},
{{#if isWarning}}{{$t "promo-expiring-intro" promoName=promoName subName=subName promoEndDate=promoEndDate}}{{else}}{{$t "promo-expired-intro" promoName=promoName subName=subName}}{{/if}}
{{$t "promo-details-label"}}:
- {{$t "promo-name-label"}}: {{promoName}}
{{#if promoDiscount}}
- {{$t "discount-label"}}: {{promoDiscount}}
{{/if}}
- {{$t "subscription-name-label"}}: {{subName}}
- {{$t "subscription-type-label"}}: {{$t subKind}}
{{#if promoStartDate}}
- {{$t "promo-period-label"}}: {{promoStartDate}} – {{promoEndDate}}
{{/if}}
{{#if newBillingDate}}
- {{$t "next-billing-date-label"}}: {{newBillingDate}}
{{/if}}
{{#if chargeAmount}}
- {{$t "charge-amount-label"}}{{#if isTaxable}} ({{$t "before-tax-note"}}){{/if}}: {{chargeAmount}}
{{/if}}
{{#if isWarning}}{{$t "promo-expiring-billing-notice" newBillingDate=newBillingDate}}{{else}}{{$t "promo-expired-billing-notice"}}{{/if}}
{{#if isWarning}}{{$t "promo-expiring-manage-notice"}}{{else}}{{$t "promo-expired-manage-notice"}}{{/if}}
{{ $t "manage-subscription-btn" }}
{{> hr }}
{{$t "promo-expired-questions"}}
|