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

Mission Phase

The vote has passed ({{ vote.accepts }}-{{ vote.rejects }}). You have been chosen to go on the mission. The following players are on the mission:

{% csrf_token %}
{% if swap_buttons %} {% block fail-button %}{% endblock %} {% block pass-button %}{% endblock %} {% else %} {% block pass-button-2 %}{% endblock %} {% block fail-button-2 %}{% endblock %} {% endif %}
{% if mission_action %}

You are submitting: {{ mission_action }}

{% endif %}
{% endblock %}