{{ "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 }} {{ "additionalMachineAccounts" | i18n }}
{{ "includedMachineAccounts" | i18n: options.baseServiceAccountCount }} {{ "addAdditionalMachineAccounts" | i18n: (monthlyServiceAccountPrice | currency: "$") }}
{{ "total" | i18n }}: {{ formGroup.value.additionalServiceAccounts || 0 }} × {{ options.additionalServiceAccountPrice | currency: "$" }} = {{ serviceAccountTotalCost | currency: "$" }} / {{ options.interval | i18n }}
{{ "limitMachineAccounts" | i18n }} {{ "limitMachineAccountsDesc" | i18n }} {{ "machineAccountLimit" | i18n }}
{{ "includedMachineAccounts" | i18n: options.baseServiceAccountCount }}
{{ "maxMachineAccountCost" | i18n }}: {{ maxAdditionalServiceAccounts }} × {{ options.additionalServiceAccountPrice | currency: "$" }} = {{ maxServiceAccountTotalCost | currency: "$" }} / {{ options.interval | i18n }}