|
|
|
@ -54,7 +54,7 @@ |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
<div class="table-row-5-colums-tournament footer"> |
|
|
|
<div class="table-row-5-colums-tournament footer"> |
|
|
|
{% if live|length >= 10 %} |
|
|
|
{% if future|length >= 10 %} |
|
|
|
<div class="small"> |
|
|
|
<div class="small"> |
|
|
|
{% if club %} |
|
|
|
{% if club %} |
|
|
|
<a href="{% url 'tournaments' %}?filter=0&club={{ club.id }}">voir tous les tournois à venir</a> |
|
|
|
<a href="{% url 'tournaments' %}?filter=0&club={{ club.id }}">voir tous les tournois à venir</a> |
|
|
|
@ -83,7 +83,7 @@ |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
<div class="table-row-5-colums-tournament footer"> |
|
|
|
<div class="table-row-5-colums-tournament footer"> |
|
|
|
{% if live|length >= 10 %} |
|
|
|
{% if ended|length >= 10 %} |
|
|
|
<div class="small"> |
|
|
|
<div class="small"> |
|
|
|
{% if club %} |
|
|
|
{% if club %} |
|
|
|
<a href="{% url 'tournaments' %}?filter=2&club={{ club.id }}">voir tous les tournois terminés</a> |
|
|
|
<a href="{% url 'tournaments' %}?filter=2&club={{ club.id }}">voir tous les tournois terminés</a> |
|
|
|
|