{{ logo }}
{% if title %}
{{ title }}
{% endif %}
{% if session_title %}
{{ session_title }}
{% endif %}
{% if student_info %}
{{ 'NamesAndLastNames'|get_lang }} : {{ student_info.complete_name }}
{% endif %}
{% if table_progress %}
{{ table_progress }}
{% endif %}
{% if subtitle %}
{{ subtitle }}
{% endif %}
{% if table_course %}
{{ table_course }}
{% endif %}