11 lines
265 B
HTML
Raw Normal View History

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