Skip to main content
Client/Buyer Help
Toggle navigation menu
Supplier Help
Submit a request
Sign in
Atamis
Search
Access & Navigation
This section covers the basics of logging into the system and general navigation.
Accessing Atamis
Access Rights
Customising Your Profile and Personal Settings
Home page
Header and Navigation Panel
Logging in and out and password resets.
About Atamis
Header & Navigation Panel
Home Page
Your Profile & Personal Settings
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% if (category.isActive) { %> <%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %> <% } %>
<% }); %>
<% var isSubsection = parent.hasOwnProperty('parent_section_id') %> <% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>
Powered by Zendesk