{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
| Round | Your Period 1 Bid | Period 1 result | Your Period 1 Payoff | Your Period 2 Bid | Period 2 result | Your Period 2 Payoff | Total Payoff (Round 1)+({% if player.id_in_group == 1 %}0.1{% else %}5{% endif %}*Round 2) |
|---|---|---|---|---|---|---|---|
| {{ p.round_number }} | {{ p.investment }} | You {% if p.is_winner %} Won {% else %} Lost {% endif %} | {{ p.payoff1 }} | {{ p.investment_2 }} | You {% if p.is_winner_2 %} Won {% else %} Lost {% endif %} | {{ p.payoff2 }} | {{ p.payoff_total }} |