{{ "subscriptionSeats" | i18n }} {{ "total" | i18n }}: {{ adjustSubscriptionForm.value.newSeatCount || 0 }} × {{ seatPrice | currency: "$" }} = {{ seatTotalCost | currency: "$" }} / {{ interval | i18n }}
{{ "limitSubscription" | i18n }} {{ "limitSubscriptionDesc" | i18n }}
{{ "maxSeatLimit" | i18n }} {{ "maxSeatCost" | i18n }}: {{ adjustSubscriptionForm.value.newMaxSeats || 0 }} × {{ seatPrice | currency: "$" }} = {{ maxSeatTotal | currency: "$" }} / {{ interval | i18n }}