{% extends "global/base.html" %} {% block title %} Results {% endblock %} {% block content %}
Your decision: {{ player.decision }}
Other player's decision: {{ player.other_player().decision }}
Your payoff: {{ player.player_payoff }}
Thank you for playing!
{% endblock %}