{{> components/common/quick-search}}
    {{#each categories}}
  • {{> components/common/navigation-list}}
  • {{/each}} {{#each pages}}
  • {{name}}
  • {{/each}}
    {{#if currency_selector.currencies.length '>' 1}}
  • {{lang 'common.currency' code=currency_selector.active_currency_code}}
      {{#each currency_selector.currencies}}
    • {{#if is_active}} {{name}} {{else}} {{name}} {{/if}}
    • {{/each}}
  • {{/if}}
  • {{lang 'common.gift_cert'}}
  • {{#if customer.store_credit.value '>' 0}}
  • {{lang 'common.store_credit_overview' credit=customer.store_credit.formatted}}
  • {{/if}} {{#if theme_settings.product_list_display_mode '==' 'list'}}
  • {{lang 'common.compare'}}
  • {{/if}} {{#if customer}}
  • {{lang 'common.account'}}
    • {{lang 'account.nav.orders'}}
    • {{#if settings.returns_enabled}}
    • {{lang 'account.nav.returns'}}
    • {{/if}}
    • {{lang 'account.mobile_nav.messages'}}
    • {{lang 'account.nav.addresses'}}
    • {{lang 'account.mobile_nav.wishlists'}}
    • {{lang 'account.nav.recently_viewed'}}
    • {{lang 'account.nav.settings'}}
  • {{lang 'common.logout'}}
  • {{else}}
  • {{lang 'common.login'}} {{lang 'common.or'}} {{lang 'common.sign_up'}}
  • {{/if}}