{% extends 'base.html' %} {% include 'quizz_ws_reload.html' %} {% block title %}{{ quizz.name }}{% endblock %} {% block content %}

{{ gettext("Global Leaderboard") }}

{% for name, score in quizz_state.get_global_ranking_with_names() %} {% endfor %}
{{ gettext("Name") }}{{ gettext("Score") }}
{{ name }}{{ score }}
{% endblock %}