Classement
{% for user in ranking %}
{% if forloop.counter == 1 %}
{% elif forloop.counter == 2 %}
{% elif forloop.counter == 3 %}
{% endif %}
{{ user.username }}
Points: {{ user.score }}
{{ forloop.counter }}
{% endfor %}
Accueil
Classement