{% extends "global/Page.html" %} {% load otree %} {% block title %}Task #1 Results{% endblock %} {% block content %} You chose Option {{ player.choice }}.

Your payoff is {{ player.payoff }}.

{% next_button %} {% endblock %}