{% extends "base.html" %} {% block title %}{{ game.name }} — {{ config.BBS_NAME }}{% endblock %} {% block content %}
{{ game.description or 'No description available.' }}
| # | Player | Score |
|---|---|---|
| {{ loop.index }} | {{ score.display_username }} {% if score.origin_bbs %} {{ score.origin_bbs }} {% endif %} | {% if is_casino %}${{ '{:,}'.format(score.score) }}{% else %}{{ score.score }}{% endif %} |
No scores yet. Be the first!
{% endif %}