{% extends "in_game.html" %} {% block game_content %}

Pick Phase

{% if vote_rejected %}

The previous vote has been rejected ({{ previous_vote.accepts }}-{{previous_vote.rejects }}). You are now the leader.

{% endif %} This will be vote #{{ vote_num }} of 5 for this mission.

You are the leader! Tap on the names to choose a team of {{ team_size }} players for mission {{ round_num }}.

{% csrf_token %}
{% endblock %}