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-09-02 15:43:41 +00:00
|
|
|
{% if slot %}
|
|
|
|
{{ slot }}
|
2024-07-09 17:40:47 +00:00
|
|
|
{% else %}
|
|
|
|
{{ name }}
|
|
|
|
{% endif %}
|
|
|
|
</a>
|
2024-08-08 12:47:51 +00:00
|
|
|
</span>
|