{{ "loading" | i18n }}
{{ "details" | i18n }}  {{ "providerDiscount" | i18n: subscription.discountPercentage }} {{ getFormattedPlanName(i.planName) }} {{ "orgSeats" | i18n }} ({{ getFormattedPlanNameCadence(i.cadence) | i18n }}) {{ "×" }}{{ getFormattedSeatCount(i.seatMinimum, i.purchasedSeats) }} @ {{ getFormattedCost( i.cost, i.seatMinimum, i.purchasedSeats, subscription.discountPercentage ) | currency: "$" }} {{ ((100 - subscription.discountPercentage) / 100) * i.cost | currency: "$" }} / {{ getBillingCadenceLabel(i) | i18n }}
{{ i.cost | currency: "$" }} / {{ getBillingCadenceLabel(i) | i18n }}
Total: {{ totalCost | currency: "$" }} / {{ getBillingCadenceLabel(activePlans.length > 0 ? activePlans[0] : null) | i18n }}

{{ "accountCredit" | i18n }}

{{ subscription.accountCredit | currency: "$" }}

{{ "creditAppliedDesc" | i18n }}

{{ "taxInformation" | i18n }}

{{ "taxInformationDesc" | i18n }}