{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Your Result {% endblock %} {% block content %} {% include 'participant_generated_urn_1/Instructions.html' %}
Result for coin flip: {{ group.coin }}.
Result for ball drawn:
| {{ p.id_in_group }}: {{ p.decision }} |
The ball drawn from this urn is: {{ player.result }}
You have chosen Option: {{player.option}}. Your payoff is: {{ player.payoff }}.
Thank you for your participation!
{% next_button %} {% endblock %}