{% for link in navigations.sub_navigation %} {% unless link.label == 'Catalog' or link.label == 'Learning Paths' or link.label == 'Events' %}
{{ link.label }}
{% endunless %} {% endfor %} {% for link in navigations.sub_navigation %} {% if link.label == 'Learning Paths' %}
{{ link.label }}
{% endif %} {% endfor %} {% for link in navigations.sub_navigation %} {% if link.label == 'Catalog' %}
{{ link.label }}
{% endif %} {% endfor %}