{{ last_phase }} is over. {{ next_phase }} actions are due by {{ phase_end }}.

Remaining players

{% for player in players %}
  • {{ player.name }} <{{ player.info["email"] }}>
  • {% endfor %}