• {{ getFormattedDescription(item) }}
    Trial ends {{item.trialEnd | tsToDate: lang }}
{{(item?.price?.unit_amount * (item?.quantity || 1)) < 0 ? '-' : ''}}{{Math.abs(item?.price?.unit_amount * (item?.quantity || 1)) | usCurrency}} US
{{item?.amount < 0 ? '-' : ''}}{{Math.abs(item?.amount) | usCurrency}} US
{{getDiscountedAmount(item, promo) < 0 ? '-' : ''}}{{Math.abs(getDiscountedAmount(item, promo)) | usCurrency}} US