{% extends "ui/base_ui.html" %} {% block title %}ATP · New tournament{% endblock %} {% block content %}

New tournament

{% if error %}
Error: {{ error }}
{% endif %}

Changing the game reloads the page to refresh the builtin roster below.

Visibility {% if user and user.is_admin %} {% else %} {# Disabled inputs don't submit. Use a hidden input to carry the "always private for non-admins" intent into the POST body and render a disabled radio purely for visual feedback. #} {% endif %}
Builtin sparring partners {% if builtins %} {% for b in builtins %} {% endfor %} {% else %}

No builtin strategies registered for this game.

{% endif %}
{% endblock %}