diff --git a/orochi/templates/list.html b/orochi/templates/list.html index 21b6b56..1bc95d1 100644 --- a/orochi/templates/list.html +++ b/orochi/templates/list.html @@ -2,90 +2,75 @@ Zero Escape: Radical Outcome - - + + + -

Scores Nonary Game: Ambidex Edition

+
+

Scores Nonary Game: Ambidex Edition

-

Tableau des scores

- - - - - - - +
- - {% for player in game.players.values() %} - - - - - {% endfor %} - -
JoueurScore
{{ player.name }}{{ player.score }}{% if player.score <= 0 %} ☠️ {% elif player.score >= 9 %} 9️⃣ {% endif %}
- - - -

Récapitulatif par tour

- - {% for round in game.rounds if admin or game.state.value > 0 or round.round < game.rounds|length %} -

Tour n°{{ round.round }}

- - - - - - - - - +

Tableau des scores

+
SalleÉquipesVote
- {% for room in round.rooms %} - {% for vote in room.votes %} - - {% if loop.index0 == 0 %} - - {% endif %} - - {% if round.round != game.rounds|length or game.state.value == 2 or admin %} - - {% else %} - - {% endif %} - - + + {% for player in game.players.values() %} + {% endfor %} - {% endfor %} + + + {% for player in game.players.values() %} + + {% endfor %} +
{{ room.room.value }}{{ vote.player1.name|default('personne')|safe }}{% if vote.player2 %}, {{ vote.player2.name }}{% endif %}{{ vote.vote.value|default('Pas de vote')|safe }}Vote en cours ...
{{ player.name }}
{{ player.score }}{% if player.score <= 0 %} ☠️ {% elif player.score >= 9 %} 9️⃣ {% endif %}
- {% endfor %} + +
+ +

Récapitulatif par tour

+ +
+ {% for round in game.rounds if admin or game.state.value > 0 or round.round < game.rounds|length %} +
+

Tour n°{{ round.round }}

+
+ + + + + + + + + + + + {% for room in round.rooms %} + {% for vote in room.votes %} + + {% if loop.index0 == 0 %} + + {% endif %} + + {% if round.round != game.rounds|length or game.state.value == 2 or admin %} + + {% else %} + + {% endif %} + + + {% endfor %} + {% endfor %} + +
SalleÉquipesVote
{{ room.room.value }}{{ vote.player1.name|default('personne')|safe }}{% if vote.player2 %}, {{ vote.player2.name }}{% endif %}{{ vote.vote.value|default('Pas de vote')|safe }}Vote en cours ...
+
+ {% endfor %} +
+
\ No newline at end of file