{% extends "base.html" %} {% block title %}Matches - StratumGS{% end %} {% block content %}
Players: {{ ", ".join(p.name for p in game_runner.players) }}
No active matches.
{% end %} {% if inactive_matches %}No inactive matches.
{% end %} {% end %}