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