{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Part 3 - Round {{ subsession.round_number }} - Results
{% endblock %}
{% block content %}
You have finished {{ subsession.round_number }} of {{ Constants.num_rounds }} rounds.
{% if player.round_number < 9 %} After you finish the last (9th) round,
| Round | Your group choice | Dice roll | Lottery outcome (ED) |
|---|---|---|---|
| {{ p.round_number }} | {% if p.choiceG == 0%}A{% else %}B{% endif %} | {{ p.diceplay3 }} | {{ p.outcomeG }} |
| {{ group.round_number }} | {% if group.choiceG == 0%}A{% else %}B{% endif %} | {{ group.diceplay3 }} | {{ group.outcomeG }} |