{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}
You chose:{{ player.decision }}
You:{{ player.outcome }}
You finished this round with:{{ player.payoff }}

{% next_button %} {% include Constants.instructions_template %} {% endblock %}