mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 07:42:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			322 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			322 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
 | 
						|
{% load django_tables2 i18n %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
    {% render_table table %}
 | 
						|
 | 
						|
    <a href="{% url "participation:tournament_detail" pk=tournament.pk %}" class="btn btn-primary">
 | 
						|
        <i class="fas fa-long-arrow-alt-left"></i> {% trans "Back to tournament page" %}
 | 
						|
    </a>
 | 
						|
{% endblock %}
 |