Divisions
Account
Menu
{{> components/common/quick-search name='nav-menu-quick-search'}}
    {{#each categories}} {{> components/common/custom-navigation-list theme_settings=../theme_settings customer=../customer}} {{/each}} {{#if theme_settings.show_content_navigation}} {{#each pages}} {{#if ../theme_settings.navigation_design '===' 'mega'}} {{> components/common/custom-navigation-list-page}} {{/if}} {{#if ../theme_settings.navigation_design '===' 'custom'}} {{> components/common/custom-navigation-list-page }} {{/if}} {{/each}} {{/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'}}
    • {{#if settings.show_payment_methods}}
    • {{lang 'account.nav.payment_methods'}}
    • {{/if}}
    • {{lang 'account.mobile_nav.wishlists'}}
    • {{lang 'account.nav.recently_viewed'}}
    • {{lang 'account.nav.settings'}}
  • {{lang 'common.logout'}}
  • {{else}}
  • {{lang 'common.login'}}
  • Account
      {{#if settings.account_creation_enabled}}
    • {{lang 'common.sign_up'}}
    • {{/if}}
    • Trade Professional Application
  • {{/if}} {{#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}}
{{> components/common/storeSwitcher }}
{{#unless customer}} LOGIN {{else}} LOG OUT {{/unless}}