--- customer: orders: limit: 10 --- {{#partial "page"}}
{{> components/account/navigation account_page='orders'}}
{{#if customer.store_credit.value '>' 0}}
{{{lang 'common.store_credit' store_credit=customer.store_credit.formatted}}}
{{/if}}
{{/partial}} {{> layout/account}}