📷 Streams {% if tournament_active %}
LIVE
{% elif results_available %}
FINAL
{% endif %}
📷
📋
🏆
{% for i in range(1, 7) %} {% set camera_id = i %}
Loading...
{% if tournament_active and current_round_data and (i-1) < current_round_data.players|length %} {{ current_round_data.players[i-1].name }} {% else %} {{ settings.camera_titles[camera_id|string] }} {% endif %}
{% endfor %}
⛶