{% extends "global/Page.html" %} {% block title %}Results{% endblock %} {% block content %}

Round # {{player.round_number}}

Your payoff for this round is: E$ {{player.payoff}}.

{% next_button %} {% endblock %}