{{#if product.posOnline}}
{{/if}}
{{{product.name}}}
{{{product.description}}}
{{#if product.isRoutedTicket}}
{{#if product.routedTicketPromotionEligible}}
{{product.currencySymbol}} {{product.price}} Valid accreditation
{{else}}
{{product.currencySymbol}} {{product.price}}
{{/if}}
{{else}}
{{product.currencySymbol}} {{product.price}}
{{/if}}
{{#compare product.category "==" "hub-access"}}
{{#if product.owned}}
You already have this
{{else}}
{{#compare product.routingJoinLinkType "==" "link-direct"}}
Apply now
{{else}}
Add to cart
{{/compare}}
{{/if}}
{{/compare}}
{{#compare product.category "==" "multi-ticket-pass"}}
Add to cart
{{/compare}}
{{#if product.isRoutedTicket}}
{{#if product.routedTicketPromotionEligible}}
{{#each product.routedTicketViewing.ticketingDetails}}
{{#if this.inPromotionAccreditationList}}
Add to cart
{{/if}}
{{/each}}
{{else}}
Add to cart
{{/if}}
{{/if}}
{{#compare product.category "==" "accreditation-fee"}}
Apply now
{{/compare}}
{{#compare product.category "==" "placeholder"}}
See more
{{/compare}}