Plum Logo
    {% for item in site.data.languages[page.language].navigation.nav_main %}
  • {% assign nav_link_attr = ''%} {% assign nav_link_class = 'nav-link'%} {% if item.p_external and item.t_name == 'Login' %} {% assign nav_link_href = "" %} {% else %} {% assign nav_link_href = site.url | append: '/' %} {% endif %} {% if page.language == 'default' and page.language != 'default' %} {% assign nav_link_href = nav_link_href | append: page.language | append: '/' %} {% endif %} {% assign nav_link_href = nav_link_href | append: item.p_link %} {% if item.sub-items %} {% assign nav_link_href = '#' %} {% assign nav_link_class = nav_link_class | append: ' dropdown-toggle' %} {% endif %} {% if item.t_name == 'Login' %} {% assign nav_link_style = 'btnalta-padding' %} {% assign nav_link_class = 'btn btn-primary mx-1 btn-sm text-white'%} {% endif %} {% if item.p_class == 'button-empsignup' %} {% assign nav_link_class = 'btn btn-info mx-1 btn-xs'%} {% endif %} {% if item.p_class == 'url-link' %} {% assign nav_link_attr = nav_link_attr | append: ' target="_blank"'%} {% endif %} {% if item.p_class == 'region' %} {% if page.language != 'default' %} {% picture flag_icon flags/lang_flags/lang_{{page.language}}.png alt="{{ page.language}}" class="align-text-bottom" %} {% else %} {% picture flag_icon flags/lang_flags/default_lang.png alt="default_lang" class="align-text-bottom" %} {% endif %} {% endif %} {% if item.t_name %} {{ item.t_name }} {% else %} {% if item.i_icon %} Cart Icon {% endif %} {% endif %} {% if item.sub-items %}
      {% for subitems in item.sub-items %}
    • {% endfor %}
    {% for subitems in item.sub-items %}
      {% assign submenu_key = '' %} {% if subitems.core_solution %} {% assign submenu_key = 'core_solution' %} {% elsif subitems.workforce_solutions %} {% assign submenu_key = 'workforce_solutions' %} {% elsif subitems.intelligence_POS %} {% assign submenu_key = 'intelligence_POS' %} {% endif %} {% if submenu_key != '' %} {% for core in subitems[submenu_key] %}
    • {{ core.t_text }}

      {{ core.t_description }}

    • {% endfor %} {% endif %}
    {% assign submenu_key = '' %} {% if subitems.core_solution %} {% assign submenu_key = 'core_solution' %} {% elsif subitems.workforce_solutions %} {% assign submenu_key = 'workforce_solutions' %} {% elsif subitems.intelligence_POS %} {% assign submenu_key = 'intelligence_POS' %} {% endif %} {% if submenu_key != '' %} {% for core in subitems[submenu_key] %} {% assign display_style = 'none' %} {% if forloop.first %} {% assign display_style = 'block' %} {% endif %}
    {% if core.i_image %} {% picture author_pic pages/{{ core.i_image }} class="img-fluid" alt="{{ core.t_text }} icon" %} {% endif %}

    {{ core.t_image_description }}

    {% endfor %} {% endif %}
    {% endfor %}
    {% endif %}
  • {% endfor %}