New tournament {% if error %} Error: {{ error }} {% endif %} Game {% for game in games %} {{ game }} {% endfor %} Changing the game reloads the page to refresh the builtin roster below. Visibility {% if user and user.is_admin %} Private Public {% 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. #} Private (non-admins cannot create public tournaments) {% endif %} num_players total_rounds round_deadline_s Builtin sparring partners {% if builtins %} {% for b in builtins %} {{ b.name }} — {{ b.description }} {% endfor %} {% else %} No builtin strategies registered for this game. {% endif %} Create