{% include "header" %} {% include "course_version_outdated_alert", courses: courses.enrolled %} {% include "sub_navigation" %}
{% assign renderAbsent = true %} {% if learning_paths.enrolled.any? or courses.enrolled.any? %} {% assign renderAbsent = false %} {% endif %} {% if renderAbsent %}
Welcome!

Ready to start training on Arbor? It doesn’t look like any courses have been added yet for your school, but don’t worry - our team is here to help.

If you’re new to Arbor, email myonboarding@arbor-education.com.

Otherwise, email customersales@arbor-education.com to explore our training options.
{% comment %} {% t .empty %} {% endcomment %}
{% else %} {% if learning_paths.enrolled.any? %} {% if features.learning_paths? %}
{% t shared.learning_paths %}
{% include "learning_paths_index", items: learning_paths.enrolled %} {% endif %} {% endif %} {% if courses.enrolled.any? %}
{% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %}
{% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %} {% endif %} {% endif %}
{% if features.training_events? %}
Upcoming Events
{% include "training_events_dashboard" %}
{% endif %}
{% include "footer" %}