{% extends "base.html" %} {% block nav %} {% endblock %} {% block content %} {% if scores %} {% for score in top_scores %} {% if score.anonymous %} {% else %} {% endif %} {% endfor %}
Position Player Difficulty Score
{{ loop.index }}{{ score.username }}{{ score.scorer.username }}{{ score.difficulty }} {{ score.score }}
{% else %}

No scores yet

Set some!

{% endif %} {% endblock %}