{% extends "layout.html" %} {% block navbar %} {% endblock %} {% block content %}

Endgame Statistics for game {{game_id}}

Replay Link {% for (turn, best_action, other_actions) in data %} {% for action in other_actions %} {% endfor %} {% endfor %}
Turn Action Fractional Probability Probability
{{ turn }} {{ best_action.description }} {{ best_action.enumerator }}/{{ best_action.denominator }} {{ best_action.win_rate }}%
{{ action.description }} {{ action.enumerator }}/{{ action.denominator }} {{ action.win_rate }}%
{% endblock %}