{{ "loading" | i18n }} {{ "subscriptionCanceled" | i18n }}
{{ "billingPlan" | i18n }}
{{ "providerPlan" | i18n }}
{{ "status" | i18n }}
{{ subscription.status }}
{{ "nextCharge" | i18n }}
{{ subscription.currentPeriodEndDate | date: "mediumDate" }}
{{ "details" | i18n }}  {{ "providerDiscount" | i18n: subscription.discountPercentage }} {{ getFormattedPlanName(i.planName) }} {{ "orgSeats" | i18n }} ({{ i.cadence.toLowerCase() }}) {{ "×" }}{{ getFormattedSeatCount(i.seatMinimum, i.purchasedSeats) }} @ {{ getFormattedCost( i.cost, i.seatMinimum, i.purchasedSeats, subscription.discountPercentage ) | currency: "$" }} {{ ((100 - subscription.discountPercentage) / 100) * i.cost | currency: "$" }} /{{ "month" | i18n }}
{{ i.cost | currency: "$" }} /{{ "month" | i18n }}
Total: {{ totalCost | currency: "$" }} /{{ "month" | i18n }}