{# Course navigation icons - these are two optional features that have to be enabled through admin settings #}
{% if show_header == true %}
{% if show_course_shortcut is not null %}
{{ show_course_shortcut }}
{% endif %}
{% if show_course_navigation_menu is not null %}
{{ show_course_navigation_menu }}
{% endif %}
{% endif %}