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

Mission Phase

The vote has passed. You have been chosen to go on the mission.

{% csrf_token %}
{% if mission_action %}

You are submitting: {{ mission_action }}

{% endif %}
{% endblock %}