You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
padelclub_backend/tournaments/templates/tournaments/club_row.html

15 lines
520 B

{% load static %}
<div class="table-row-1-colum">
<div class="table-cell table-cell-large semibold">
<a href="{% url 'index' %}?club={{ club.id }}">{{ club.name }}</a>
</div>
<!-- <div class="table-cell center">{{ summon.weight }}</div>
<div class="table-cell large center">{{ summon.date|date:'H:i' }}</div>
<div class="table-cell"><div class="mybox center">{{ summon.stage }}</div></div> -->
</div>
{% if not forloop.last %}
<hr/>
{% endif %}