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.
13 lines
501 B
13 lines
501 B
{% load static %}
|
|
|
|
<div class="table-row-3-colums-teams bottom-border">
|
|
|
|
<div class="table-cell table-cell-large semibold">
|
|
{% for name in ranking.names %}
|
|
<div>{{ name }}</div>
|
|
{% endfor %}
|
|
</div>
|
|
|
|
<div class="table-cell right horizontal-padding">{{ ranking.points_earned_display }}</div>
|
|
<div class="table-cell"><div class="mybox center">{{ ranking.ranking_display }}</div></div>
|
|
</div>
|
|
|