{% for link in navigations.sub_navigation %} {% if link.label == 'Dashboard' %}
{%- comment -%} {%- endcomment -%} My Courses {%- comment -%}
{%- endcomment -%}
{% else %}
{%- comment -%} {%- endcomment -%} {{ link.label }} {%- comment -%}
{%- endcomment -%}
{% endif %} {% endfor %}