@if (activeBadge(); as activeBadgeValue) {
{{ activeBadgeValue.text }}
}
@if (price(); as priceValue) {
{{
priceValue.amount
| currency: "$" : true : (priceValue.amount % 1 === 0 ? "1.0-0" : "1.2-2")
}}
/ {{ priceValue.cadence | i18n }}
@if (priceValue.showPerUser) {
{{ "perUser" | i18n }}
}
}
@if (button(); as buttonConfig) {
}
@if (features(); as featureList) {
@if (featureList.length > 0) {
@for (feature of featureList; track feature) {
-
{{
feature
}}
}
}
}