{% assign omni = false %} {% assign core = false %} {% if current_person.signed_in? %} {% for group in current_person.groups %} {% if group.id == '9daeef1e-bd6c-47da-a343-ef772ba88300' %} {% assign core = true %} {% elsif group.id == 'afa31e2d-646e-4b7e-b65e-c426dc30ec5c' %} {% assign omni = true %} {% endif %} {% endfor %} {% endif %} {% include "header" %} {% include "course_version_outdated_alert", courses: courses.featured %}
{% if core %}
Welcome to Cin7 Core Academy
{% elsif omni %}
Welcome to Cin7 Omni Academy
{% endif %}
Learn to create and manage a best-in-class inventory operation for your business.
{% if core %}
New to Cin7 Core? Start learning here!
{% include 'learning_path_carousel' %}
{% elsif omni %}
New to Cin7 Omni? Start learning here!
{% include "category_carousel"%}
{% endif %}
Featured Courses: Integrations
{% include 'featured_courses' %}
{% include 'homepage_testimonials' %}
{% include "footer" %}