{% include "header" %} {% include "course_version_outdated_alert", courses: courses.in_catalog %} {% comment %}{% include "sub_navigation" %}{% endcomment %} {% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/acceleratorBadge.png {% endcomment %} {% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/activatorBadge.png {% endcomment %} {% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/architectBadge.png {% endcomment %} {% assign architect_course_done = false %} {% assign activator_course_done = false %} {% assign accelerator_course_done = false %} {% assign architect_course_in_progress = false %} {% assign activator_course_in_progress = false %} {% assign accelerator_course_in_progress = false %} {% assign architect_course_started = true %} {% assign activator_course_started = true %} {% assign accelerator_course_started = true %} {% for course in courses.in_catalog %} {% if course.name == 'Architect Certification Course'%} {% if course.progress == 100 %} {% assign architect_course_done = true %} {% elsif course.progress > 0 and course.progress < 100 %} {% assign architect_course_in_progress = true %} {% else %} {% assign architect_course_started = false %} {% endif %} {% endif %} {% if course.name == 'Activator Certification Course'%} {% if course.progress == 100 %} {% assign activator_course_done = true %} {% elsif course.progress > 0 and course.progress < 100 %} {% assign activator_course_in_progress = true %} {% else %} {% assign activator_course_started = false %} {% endif %} {% endif %} {% if course.name == 'Accelerator Certification Course'%} {% if course.progress == 100 %} {% assign accelerator_course_done = true %} {% elsif course.progress > 0 and course.progress < 100 %} {% assign accelerator_course_in_progress = true %} {% else %} {% assign accelerator_course_started = false %} {% endif %} {%endif%} {% endfor %}
, {{current_person.first_name}}! {% assign incomplete_course_count = 0 %} {% assign default_course = 'Architect Certification Course' %} {% if architect_course_started == true and architect_course_done == false %} Ready to complete the Architect Certification Course? {% elsif activator_course_started == true and activator_course_done == false %} Ready to complete the Activator Certification Course? {% elsif accelerator_course_started == true and accelerator_course_done == false %} Ready to complete the Accelerator Certification Course? {% else %} {% if architect_course_done == false %} {% assign incomplete_course_count = incomplete_course_count | plus: 1 %} {% endif %} {% if activator_course_done == false %} {% assign incomplete_course_count = incomplete_course_count | plus: 1 %} {% endif %} {% if accelerator_course_done == false %} {% assign incomplete_course_count = incomplete_course_count | plus: 1 %} {% endif %} {% if architect_course_done == true %} {% assign default_course = 'Activator Certification Course' %} {% endif %} {% if incomplete_course_count > 1 and default_course != 'Architect Certification Course' %} Ready to complete the Accelerator Certification Course? {% elsif incomplete_course_count > 0 %} Ready to complete the {{ default_course }}? {% else %} {% if architect_course_done == true and activator_course_done == false and accelerator_course_done == false %} Ready to begin Accelerator Certification Course? {% elsif activator_course_done == true and accelerator_course_done == false and architect_course_done == false %} Ready to begin Architect Certification Course? {% elsif accelerator_course_done == true and activator_course_done == false and architect_course_done == false %} Ready to begin Architect Certification Course? {% else %} You've completed every available course. 🎉 {% endif %} {% endif %} {% endif %}
{% comment %}
This is what’s relevant to you right now in Competitive Advantage Academy
{%endcomment%}
{% for course in courses.in_catalog %} {% if course.name == 'Activator Certification Course' %}
{% if course.progress == 0 %} ⛔️ NOT STARTED {% elsif course.progress > 0 and course.progress < 100%} ✍️ IN PROGRESS {% elsif course.progress == 100 %} 🎉 COMPLETE {% endif %}
{% include 'cards_course' with course %} {% endif %} {% endfor %}
{% for course in courses.in_catalog %} {% if course.name == 'Architect Certification Course' %}
{% if course.progress == 0 %} ⛔️ NOT STARTED {% elsif course.progress > 0 and course.progress < 100%} ✍️ IN PROGRESS {% elsif course.progress == 100 %} 🎉 COMPLETE {% endif %}
{% include 'cards_course' with course %} {% endif %} {% endfor %}
{% for course in courses.in_catalog %} {% if course.name == 'Accelerator Certification Course' %}
{% if course.progress == 0 %} ⛔️ NOT STARTED {% elsif course.progress > 0 and course.progress < 100%} ✍️ IN PROGRESS {% elsif course.progress == 100 %} 🎉 COMPLETE {% endif %}
{% include 'cards_course' with course %} {% endif %} {% endfor %}
{% include "footer" %}