{% assign omni = false %} {% assign core = false %} {% assign partners = false %} {% assign log_out = true %} {% if current_person.signed_in? %} {% assign log_out = false %} {% for group in current_person.groups %} {% if group.name contains 'Partners' %} {% assign partners = true %} {% else %} {% if group.name contains 'Core' %} {% assign core = true %} {% elsif group.name contains 'Omni' %} {% assign omni = true %} {% endif %} {% endif %} {% endfor %} {% endif %} {% include "header" %} {% include "course_version_outdated_alert", courses: courses.featured %}
{% if partners %}
Welcome to Cin7 Academy
{% elsif core %}
Welcome to Cin7 Core Academy
{% elsif omni %}
Welcome to Cin7 Omni Academy
{% elsif log_out %}
Welcome to Cin7 Academy
{% comment %} {% elsif multiprod %} {% endcomment %} {% comment %}
Welcome to Cin7 Academy
{% endcomment %} {% else %}
Welcome to Cin7 Academy
{% endif %}
Learn to create and manage a best-in-class inventory operation for your business.
{% if partners %}
Learn Cin7 Core by your function with Learning Paths
{% include 'learning_path_carousel_core' %}
Grow and broaden your Cin7 Core expertise with Deep Dives
{% include "category_carousel_core"%}
New to Cin7 Omni? Start learning here!
{% include "category_carousel"%}
{% elsif core %}
Learn Cin7 Core by your function with Learning Paths
{% include 'learning_path_carousel_core' %}
Grow and broaden your Cin7 Core expertise with Deep Dives
{% include "category_carousel_core"%}
{% elsif omni %}
New to Cin7 Omni? Start learning here!
{% include "category_carousel"%}
{% elsif log_out %}
Learn Cin7 Core by your function with Learning Paths
{% include 'learning_path_carousel_core' %}
Grow and broaden your Cin7 Core expertise with Deep Dives
{% include "category_carousel_core"%}
Learn Omni by module and features
{% include "category_carousel"%}
{% endif %}
Featured Courses: Integrations
{% include 'featured_courses' %}
{% include 'homepage_testimonials' %}
{% include "footer" %}