2024-07-09 17:40:47 +00:00
|
|
|
<span class="truncate-container">
|
2024-08-08 12:47:51 +00:00
|
|
|
<a class="underline decoration-slate-500 sm:decoration-2"
|
|
|
|
href="{% url 'view_game' game_id %}">
|
2024-07-09 17:40:47 +00:00
|
|
|
{% if children %}
|
|
|
|
{{ children }}
|
|
|
|
{% else %}
|
|
|
|
{{ name }}
|
|
|
|
{% endif %}
|
|
|
|
</a>
|
2024-08-08 12:47:51 +00:00
|
|
|
</span>
|