<div id="roundFixed" class="tourCue">
<div id="leftRow" class="left hidden left-row">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7"></path>
</svg>
</div>
<div id="round-selector-container" class="round-selector-container round-selector-transition round-selector-transition-aux">
{% for name in roundNames|reverse %}
<div id="rnd{{ loop.index }}" rnd="{{ loop.index }}" data-position="{{ loop.index }}" class="round-selector">{{ name }}</div>
{% endfor %}
</div>
<div id="rightRow" class="right right-row" style="{% if rondas|length == currentRound %}display:none;{% endif %}">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</div>
</div>