{% block head %} {% include template ~ "/layout/head.tpl" %} {% endblock %} {% if displayCookieUsageWarning == true %} {% if toolBarDisplayed == true %}
 
{% endif %}
{{ "YouAcceptCookies" | get_lang }} ({{"More" | get_lang }})
{{ "HelpCookieUsageValidation" | get_lang}}
({{"Accept" | get_lang }})
{% endif %} {% if show_header == true %}
{# Bug and help notifications #} {% block help_notifications %} {% endblock %} {# topbar #} {% block topbar %} {% include template ~ "/layout/topbar.tpl" %} {% if show_toolbar == 1 %}
{% endif %} {% endblock %}

{{ _s.date }}

{% if plugin_header_main %}
{{ plugin_header_main }}
{% endif %}
  {% if plugin_header_left is not null %}
{{ plugin_header_left }}
{% endif %}
  {% if plugin_header_center is not null %}
{{ plugin_header_center }}
{% endif %}
{# course navigation links/shortcuts need to be activated by the admin #} {% include template ~ "/layout/course_navigation.tpl" %} {% endif %}