-
- {{this.product.name}}
+
+ {{@product.name}}
-
- {{#if this.product.description.length}}
- {{this.product.description}}
+
+ {{#if @product.description.length}}
+ {{@product.description}}
{{else}}
No description added for this tier.
{{/if}}
-
-
Benefits ({{if this.product.benefits.length this.product.benefits.length "0"}})
- {{#if this.product.benefits.length}}
+
+
Benefits ({{or @product.benefits.length "0"}})
+ {{#if @product.benefits.length}}
- {{#each this.product.benefits as |benefit|}}
+ {{#each @product.benefits as |benefit|}}
- {{svg-jar "check"}} {{benefit.name}}
{{/each}}
@@ -23,10 +23,10 @@
No benefits added for this tier.
{{/if}}
- {{#if (eq this.product.type "free" )}}
+ {{#if (eq @product.type "free" )}}
-
+
{{currency-symbol this.productCurrency}}
0
@@ -35,31 +35,31 @@
{{/if}}
- {{#if (eq this.product.type "paid" )}}
+ {{#if (eq @product.type "paid" )}}
-
+
{{currency-symbol this.productCurrency}}
- {{gh-price-amount this.product.monthlyPrice.amount}}
+ {{gh-price-amount @product.monthlyPrice.amount}}
Monthly
-
+
{{currency-symbol this.productCurrency}}
- {{gh-price-amount this.product.yearlyPrice.amount}}
+ {{gh-price-amount @product.yearlyPrice.amount}}
Yearly
{{/if}}
- {{#if (eq this.product.type "paid" )}}
+ {{#if (eq @product.type "paid" )}}
-
{{#if this.showArchiveOption}}
@@ -92,7 +92,7 @@
{{else}}