mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 15:22:26 +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 %}
 | 
					                    {% for participation, note in notes %}
 | 
				
			||||||
                        <li>
 | 
					                        <li>
 | 
				
			||||||
                            <strong>{{ participation.team }} :</strong> {{ note|floatformat }}
 | 
					                            <strong>{{ participation.team }} :</strong> {{ note|floatformat }}
 | 
				
			||||||
                            {% if not tournament.final and participation.mention %}
 | 
					                            {% if available_notes_2 %}
 | 
				
			||||||
                                — {{ participation.mention }}
 | 
					                                {% if not tournament.final and participation.mention %}
 | 
				
			||||||
                            {% endif %}
 | 
					                                    — {{ participation.mention }}
 | 
				
			||||||
                            {% if tournament.final and participation.mention_final %}
 | 
					                                {% endif %}
 | 
				
			||||||
                                — {{ participation.mention_final }}
 | 
					                                {% if tournament.final and participation.mention_final %}
 | 
				
			||||||
                            {% endif %}
 | 
					                                    — {{ participation.mention_final }}
 | 
				
			||||||
 | 
					                                {% endif %}
 | 
				
			||||||
 | 
					                             {% endif %}
 | 
				
			||||||
                            {% if participation.final %}
 | 
					                            {% if participation.final %}
 | 
				
			||||||
                                <span class="badge badge-sm text-bg-warning">
 | 
					                                <span class="badge badge-sm text-bg-warning">
 | 
				
			||||||
                                    <i class="fas fa-medal"></i>
 | 
					                                    <i class="fas fa-medal"></i>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user