{% extends "in_game.html" %} {% block accesscode_value %}{{ access_code }} (results permalink){% endblock %} {% block game_content %}

{% if resistance_won %}Resistance{% else %}Spies{% endif %} Won!

{% if player_assassinated %}

The assassin targetted {{ player_assassinated.name }} who was{% if not player_assassinated.is_merlin %} not{% endif %} Merlin.

{% endif %}

Player roles: {% for p in players %} {% endfor %}
Name Role
{{ p.name }} {{ p.role_string }}

{% if results_only %} {% if previous_game %}
View previous game
{% endif %} {% if next_game %} {% if next_game_ongoing %}
Observe next game
{% else %}
View next game
{% endif %} {% endif %} {% else %}
{% if next_game %}Join{% else %}Start{% endif %} new game
{% endif %}
Exit game
{% endblock %}