|
|
|
@ -23,9 +23,15 @@ |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if live|length > 10 %} |
|
|
|
<div class="right"> |
|
|
|
<div class="right"> |
|
|
|
|
|
|
|
{% if club %} |
|
|
|
|
|
|
|
<a href="{% url 'tournaments' %}?filter=1&club={{ club.id }}">Voir tous...</a> |
|
|
|
|
|
|
|
{% else %} |
|
|
|
<a href="{% url 'tournaments' %}?filter=1">Voir tous...</a> |
|
|
|
<a href="{% url 'tournaments' %}?filter=1">Voir tous...</a> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
@ -37,9 +43,15 @@ |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if future|length > 10 %} |
|
|
|
<div class="right"> |
|
|
|
<div class="right"> |
|
|
|
|
|
|
|
{% if club %} |
|
|
|
|
|
|
|
<a href="{% url 'tournaments' %}?filter=0&club={{ club.id }}">Voir tous...</a> |
|
|
|
|
|
|
|
{% else %} |
|
|
|
<a href="{% url 'tournaments' %}?filter=0">Voir tous...</a> |
|
|
|
<a href="{% url 'tournaments' %}?filter=0">Voir tous...</a> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
@ -58,9 +70,15 @@ |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% include 'tournaments/tournament_row.html' %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if ended|length > 10 %} |
|
|
|
<div class="right"> |
|
|
|
<div class="right"> |
|
|
|
|
|
|
|
{% if club %} |
|
|
|
|
|
|
|
<a href="{% url 'tournaments' %}?filter=2&club={{ club.id }}">Voir tous...</a> |
|
|
|
|
|
|
|
{% else %} |
|
|
|
<a href="{% url 'tournaments' %}?filter=2">Voir tous...</a> |
|
|
|
<a href="{% url 'tournaments' %}?filter=2">Voir tous...</a> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|