Best Sellers
{{#each (get "products")}} {{/each}}
name price status
{{name}} {{#if old_price}} {{old_price}} {{price}} {{else}} {{price}} {{/if}} {{#if on_sale}} on sale {{/if}} {{#if approved}} approved {{/if}} {{#if pending}} pending {{/if}} {{#if out_of_stock}} out of stock {{/if}} {{#if sold}} SOLD {{/if}}