{{#each this.products as |product productIdx|}}

{{product.name}}

{{product.description}}

{{#if (and (eq productIdx 0) (not (eq products.length 1)))}} Available in Portal {{/if}}
Pricing

{{gh-price-amount product.monthlyPrice.amount}} {{product.monthlyPrice.currency}}/month

{{gh-price-amount product.yearlyPrice.amount}} {{product.monthlyPrice.currency}}/year

{{/each}}
{{#if this.showProductModal}} {{/if}}