{% if game.crew_name %}{{ game.crew_name }}{% else %}Ship's Hold{% endif %} (Lobby)

Wait here as the mathematical mages gather stowaway rats for the spell. Once everyone is in, the captain will initiate the transformation.

Joined Crew members

{% for p in game.players %}
🐀 {{ p.name }} {% if p.is_creator %}Creator{% endif %}
{% endfor %}
{% if player.is_creator %} {% if game.players|length >= 1 %} {% else %} {% endif %} {% else %}

Waiting for Captain to cast the spell...

{% endif %}
{% include "header_status_snippet.html" %}