{% for i in range(1, 7) %} {% set camera_id = i %}
Nalaganje...
Camera {{ camera_id }}
{% 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 %}