{% extends 'layout/site.html.twig' %} {% block title %}Waiting for players - {{ session.game.name }}{% endblock %} {% block body %}
Welcome to the game! Please wait for all players to join and signal they are ready to start.
As soon as everyone has checked this box, the game starts automatically for everyone. {% if isReady %} Your ready status expires in 1:00 if not everyone else is ready by then. {% endif %}