{% extends "ui/base_ui.html" %}
{% block title %}Tournaments (admin) - ATP Platform{% endblock %}
{% block content %}
Tournaments (admin)
New tournament
| ID | Game | Status | Rounds | Players | Created | |
|---|---|---|---|---|---|---|
| #{{ t.id }} | {{ t.game_type }} | {{ t.status }} | {{ t.total_rounds }} | {{ t.num_players }} | {{ t.created_at.strftime("%Y-%m-%d %H:%M") }} | Open {% if t.status in ("pending", "active") %} {% endif %} |
| No tournaments yet. | ||||||