{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #} {% extends "layout.html" %} {% block title %} {{course.get_name(user_manager.session_language())}} - {{scoreboard_name}} {% endblock %} {% block navbar %} {% endblock %} {% block content %}

{{scoreboard_name}}

{% for val in header %} {% endfor %} {% for line in table %} {% for val in line %} {% endfor %} {% endfor %}
{{val}}
{{val}}
{% endblock %}