{% assign catalog_courses = courses.in_catalog %} {% assign survey_courses = "" %} {% assign survey_course_completed = false %} {% if current_school.id == "10183441-2254-4b1e-a9f7-9549ca773257" %} {% comment %} LIVE SCHOOL {% endcomment %} {% assign survey_course = catalog_courses | where: "id", "b3225a47-448d-4988-962a-18d37d6616d0" %} {% elsif current_school.id == "804edb32-c300-42f3-82b7-e5d55fcbc2a6" %} {% comment %} SANDBOX SCHOOL {% endcomment %} {% assign survey_course = catalog_courses | where: "id", "fdc8acdc-0b7c-4064-a52b-1955379d411b" %} {% endif %} {% for course in survey_course %} {% if course.progress == 100 %} {% assign survey_course_completed = true %} {% endif %} {% endfor %} {% include "header" %}
{{ homepage.headline }}
{{ homepage.subheadline }}
{{ homepage.headline }}
{% include "sub_navigation" %} {% include "homepage_featured", items: catalog_courses %}
Progress Tracker
{% assign lps_in_progress = 0 %} {% assign enrolled_learning_paths = learning_paths.enrolled | sort: "progress" | reverse %} {% for learning_path in enrolled_learning_paths %} {% if learning_path.progress > 0 %} {% assign lps_in_progress = lps_in_progress | plus: 1 %} {% if lps_in_progress < 4 %}
{% include "cards_learning_path_progress" %}
{% endif %} {% endif %} {% endfor %} {% if lps_in_progress > 0 %} {% endif %} {% if lps_in_progress == 0 %}
Yikes! You don't have any learning Paths in progress.
{% endif %}
{% comment %} {% if features.training_events? %}
Upcoming Courses
{% if training_events.available.any? %} {% for training_event in training_events.available limit:1 %} {% include "cards_training_event" with training_event %} {% endfor %} {% else %} {% include "training_events_zero_state" %} {% endif %}
{% endif %} {% endcomment %}
{% include "homepage_ongoing_training", items: catalog_courses %} {% include "homepage_topics" %} {%- comment -%}
{%- endcomment -%} {% include "footer" %} {% if current_person.signed_in? %} {% unless current_person.email contains "+preview" %} {% if current_person.properties.first_time_user_popup_seen == false %} {% elsif current_person.properties.first_time_user_popup_seen == true %} {% else %} {% endif %} {% endunless %} {% endif %}