{% extends 'layout/site.html.twig' %} {% set isCreated = session.status.value == 'created' %} {% set isFinished = session.status.value in ['won', 'lost'] %} {% block title %}{{ isCreated ? 'Waiting for players' : 'Post-game chat' }} - {{ session.game.name }}{% endblock %} {% block body %}
Share the invite code with your friends. Feel free to chat below while you wait — no need to reload the page.
The game has ended, but the chat is still open for a little while — feel free to keep talking.
View results Back to DashboardNo messages yet. Say hi!
{% endfor %}Only players in this session can chat.
{% endif %}