Added stats
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<tr class="border-b border-beige">
|
||||
<td class="font-bold py-2 px-4">Nom</td>
|
||||
<td class="font-bold py-2 px-4">Enllaços</td>
|
||||
<td class="font-bold py-2 px-4">Cops tocat</td>
|
||||
</tr>
|
||||
{% for tema in temes %}
|
||||
<tr class="border-b border-beige">
|
||||
@@ -15,6 +16,13 @@
|
||||
<td class="py-2 px-4">
|
||||
{% include "fragments/temes/result_links.html" %}
|
||||
</td>
|
||||
<td class="py-2 px-4">
|
||||
{% if tema.stats is none %}
|
||||
-
|
||||
{% else %}
|
||||
{{ tema.stats.times_played }}
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user