{% extends "base.html" %} {% block title %}Players - StratumGS{% end %} {% block content %}

Players

{% if players %} {% else %}

No connected players.

{% end %} {% end %}