mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-10-31 04:49:53 +01:00 
			
		
		
		
	Display mentions only after the reveal of the notes of the second round
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		| @@ -105,12 +105,14 @@ | ||||
|                     {% for participation, note in notes %} | ||||
|                         <li> | ||||
|                             <strong>{{ participation.team }} :</strong> {{ note|floatformat }} | ||||
|                             {% if not tournament.final and participation.mention %} | ||||
|                                 — {{ participation.mention }} | ||||
|                             {% endif %} | ||||
|                             {% if tournament.final and participation.mention_final %} | ||||
|                                 — {{ participation.mention_final }} | ||||
|                             {% endif %} | ||||
|                             {% if available_notes_2 %} | ||||
|                                 {% if not tournament.final and participation.mention %} | ||||
|                                     — {{ participation.mention }} | ||||
|                                 {% endif %} | ||||
|                                 {% if tournament.final and participation.mention_final %} | ||||
|                                     — {{ participation.mention_final }} | ||||
|                                 {% endif %} | ||||
|                              {% endif %} | ||||
|                             {% if participation.final %} | ||||
|                                 <span class="badge badge-sm text-bg-warning"> | ||||
|                                     <i class="fas fa-medal"></i> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user