{% block head %} {% include template ~ "/layout/head.tpl" %} {% endblock %}
{{ "NoJavascript"|get_lang }}
{% if show_header == true %}
{% if displayCookieUsageWarning == true %}
{{ "YouAcceptCookies" | get_lang }}
({{"More" | get_lang }})
{{ "HelpCookieUsageValidation" | get_lang}}
({{"Accept" | get_lang }})
{% endif %} {% include template ~ "/layout/page_header.tpl" %} {% if show_course_shortcut is not null %}
{{ show_course_shortcut }}
{% endif %}
{% block breadcrumb %}
{{ breadcrumb }}
{% endblock %} {{ flash_messages }} {% endif %}