From 77986b320dfc33625ea2df7f4049cb6c7f8c222e Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Wed, 28 Jul 2021 10:31:46 +0200 Subject: =?UTF-8?q?Am=C3=A9liorations=20diverses.=20Lancement=20officiel?= =?UTF-8?q?=20de=20la=20b=C3=AAta=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 852fdd7..af8ac6c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,14 +16,22 @@

Cochez la case dès que vous entendez une réplique idiote !

+{% if conf.reponses_presentes %} +

Un deuxième clic permet d'afficher (ou de masquer) une réponse épique !

{%endif %} {% for ligne in bingo %} {% for elt in ligne %} - {% if elt == "0" %} - - {% else %} - - {% endif %} + {% if elt | length == 0 %} + {% else %} + {% endif %} {% endfor %} {% endfor %} -- cgit v1.2.3
{{ elt }} + {% for p in elt %} + {% if loop.index == 1 %} + {{ p }} + {% else %} + {{ p }} + {% endif %} + {% endfor %} +