{% if current_person.signed_in? %} {% endif %}
{% if current_school.logo_url %}

{{ current_school.name }}

{% else %} {{ current_school.name }} {% endif %}
    {% for link in navigations.sub_navigation %} {% unless link.label == "Events" %} {% assign link_url = "" %} {% if link.label == "Dashboard" %}
  • My Courses
  • {% elsif link.label == "Learning Paths" %}
  • {% else %}
  • {{ link.label }}
  • {% endif %} {% endunless %} {% endfor %}
  • Live trainings
  • {% for website_navigation in navigations.header_navigations_external %}
  • Live Sessions
  • {% endfor %}
{% if current_person.signed_in? %} {% else %}
{% endif %}
{% include "messages" %}