- Your change will take effect once your current billing cycle ends on {toLocaleDate($organization.billingNextInvoiceDate)}. -
-{item.label}
+{formatCurrency(item.value)}
+ + {/each} + {#each estimation.discounts ?? [] as item} +{item.label}
-{formatCurrency(item.value)}
+
+ Total due
+
+ {formatCurrency(estimation.grossAmount)} +
- {/each} - {#each estimation.discounts ?? [] as item} -
- Total due
-
- {formatCurrency(estimation.grossAmount)} -
- -- You'll pay {formatCurrency(estimation.amount)} now. Once your credits run out, you'll be charged - {formatCurrency(estimation.amount)} every 30 days. -
++ You'll pay {formatCurrency(estimation.amount)} now. Once + your credits run out, you'll be charged + {formatCurrency(estimation.amount)} every 30 days. +
-+ Your change will take effect once your current billing cycle ends on {toLocaleDate($organization.billingNextInvoiceDate)}. +
+