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