{% extends "base.html" %} {% block title %}{{ game.name }} — {{ config.BBS_NAME }}{% endblock %} {% block content %}
{{ game.description or 'No description available.' }}
| # | Player | Score |
|---|---|---|
| {{ loop.index }} | {{ score.user.username }} | {{ score.score }} |
No scores yet. Be the first!
{% endif %}