{% extends "ui/base_ui.html" %} {% block title %}Tournaments - ATP Platform{% endblock %} {% block content %}

Tournaments

{% if user %} Create tournament {% endif %}

{{ total }} tournament{{ "s" if total != 1 else "" }}

{% if user and not user.is_admin %}

Non-admins create private tournaments only. Share the join token with your bots.

{% endif %} {% include "ui/partials/tournament_list_table.html" %}
Tournament Players Rounds Scores Status Created by Created
{% if total_pages > 1 %} {% endif %} {% endblock %}