{{ "subscriptionSeats" | i18n }} {{ "total" | i18n }}: {{ formGroup.value.seatCount || 0 }} × {{ options.seatPrice | currency : "$" }} = {{ seatTotalCost | currency : "$" }} / {{ options.interval | i18n }} {{ "limitSubscription" | i18n }} {{ "limitSmSubscriptionDesc" | i18n }} {{ "maxSeatLimit" | i18n }} {{ "maxSeatCost" | i18n }}: {{ formGroup.value.maxAutoscaleSeats || 0 }} × {{ options.seatPrice | currency : "$" }} = {{ maxSeatTotalCost | currency : "$" }} / {{ options.interval | i18n }} {{ "additionalServiceAccounts" | i18n }}
{{ "includedServiceAccounts" | i18n : options.baseServiceAccountCount }} {{ "addAdditionalServiceAccounts" | i18n : (monthlyServiceAccountPrice | currency : "$") }}
{{ "total" | i18n }}: {{ formGroup.value.additionalServiceAccounts || 0 }} × {{ options.additionalServiceAccountPrice | currency : "$" }} = {{ serviceAccountTotalCost | currency : "$" }} / {{ options.interval | i18n }}
{{ "limitServiceAccounts" | i18n }} {{ "limitServiceAccountsDesc" | i18n }} {{ "serviceAccountLimit" | i18n }}
{{ "includedServiceAccounts" | i18n : options.baseServiceAccountCount }}
{{ "maxServiceAccountCost" | i18n }}: {{ maxAdditionalServiceAccounts }} × {{ options.additionalServiceAccountPrice | currency : "$" }} = {{ maxServiceAccountTotalCost | currency : "$" }} / {{ options.interval | i18n }}