Offers

New offer
{{#if this.offersExist}}
{{#if type.name}}{{type.name}}{{else}}Unknown type{{/if}}
{{#each this.filteredOffers as |offer|}}

{{offer.name}}

{{offer.tier.name}} - {{if (eq offer.cadence 'month') 'Monthly' 'Yearly'}} {{#if (eq offer.type 'percent')}} {{svg-jar "offer"}} {{offer.amount}}% OFF {{/if}} {{#if (eq offer.type 'fixed')}} {{svg-jar "offer"}} {{gh-price-amount offer.amount}} {{offer.currency}} OFF {{/if}} – {{offer.duration}} -
{{svg-jar "arrow-right" class="w6 h6 fill-midgrey pa1"}}
{{/each}}
{{this.offersList.length}} offers Tier Terms Redemptions
{{else}}
{{svg-jar "discount-bubble" class="discount-bubble"}}

Provide special offers to new signups

Boost your subscriptions by creating targeted discounts to potential members.

{{svg-jar "add"}} Add offer
{{/if}}