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

No scores yet

Set some!

{% endif %} {% endblock %}