{% load static %} Resistance
{% block accesscode %}

Access Code {% block accesscode_value %}{{ access_code|default:"(not in game)" }}{% endblock %} {% if not results_only %}Name {% if is_observer %}(observer){% else %}{{ player.name|default:"(not in game)" }}{% endif %}{% endif %}

{% endblock %} {% block score %}
{% for round_num, round in round_scores.items %}

{{ round.mission_size }}

{% empty %}

{% endfor %}
{% endblock %}
{% block content %}{% endblock %}
{% block history %}{% endblock %}

The Resistance: Avalon was designed by Don Eskridge

and published by Indie Cards and Games

Built by Daniel Perelman based on Alan Tran's Avalon app | Github Link