{# 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())}} - Available scoreboards {% endblock %} {% block navbar %} {% endblock %} {% block content %}

Available scoreboards

{% if scoreboards|length %} {% for sid, name in scoreboards.items() %} {{name}} {% endfor %} {% else %} No scoreboards have been defined for this course {% endif %}
{% endblock %}