{% for link in navigations.sub_navigation %} {% if link.label == 'Learning Paths' %} {% if learning_paths.enrolled.size == 0 %} {% continue %} {% endif %} {% endif %}
{{ link.label }}
{% endfor %}