{% extends 'game/base.html' %} {% load static %} {% load i18n %} {% load l10n %} {% load game.utils %} {% block title %}Code for Life - Rapid Router - Scoreboard{% endblock %} {% block scripts %} {{block.super}} {% endblock %} {% block css %} {{block.super}} {% endblock %} {% block nav_ocargo_scoreboard %} {% trans "Scoreboard" %} {% endblock nav_ocargo_scoreboard %} {% block content %}
{{header}} | {% endfor %}|||||||
---|---|---|---|---|---|---|---|
{{student.class_field}} | {{student.name}} | {{student.total_score}} | {{student.total_time}} {% if not student.scores %} | {{student.start_time}} | {{student.finish_time}} | {% else %}{% for levelScore in student.scores %} {# Levels that students have not started will be marked with grey colour #} | {{levelScore}} | {% endfor %} {% endif %}