{% extends "global/Page.html" %} {% load otree %} {% block title %} Final results {% endblock %} {% block content %} {% if player.id_in_group == 1 %} {% for p in player_in_all_rounds %} {% endfor %}
Round Your Contract Choice Renter's Decision Discount Value Choice Round Payoff
{{ p.round_number }} {% if p.group.owner_contract == True %} {% if p.group.owner_penalty == True %} FIXED RENT WITH PENALTY {% else %} FIXED RENT {% endif %} {% else %} FIXED RENT WITH DISCOUNT {% endif %} {% if p.group.renter_action == True %} ACTION D {% else %} ACTION G {% endif %} {{p.group.owner_discount}} {{ p.payoff }}
Your final payoff: {{participant.payoff}}

You received a total of {{ participant.payoff }} for the Decision Task.

Converting points to dollars, your payoff from the Decision Task is {{ payoff_points1 }}

Including the participation fee, you received a total of {{ total_points1 }}.
{% else %} {% for p in player_in_all_rounds %} {% endfor %}
Round Owner's Contract Choice Your Decision Discount Value Choice Round Payoff
{{ p.round_number }} {% if p.group.owner_contract == True %} {% if p.group.owner_penalty == True %} FIXED RENT WITH PENALTY {% else %} FIXED RENT {% endif %} {% else %} FIXED RENT WITH DISCOUNT {% endif %} {% if p.group.renter_action == True %} ACTION D {% else %} ACTION G {% endif %} {{p.group.owner_discount}} {{ p.payoff }}
Your final payoff: {{participant.payoff}}

You received a total of {{ participant.payoff }} for the Decision Task.

Converting points to dollars, your payoff from the Decision Task is {{ payoff_points2 }}

Including the participation fee, you received a total of {{ total_points2 }}.
{% endif %}
{% next_button %} {% endblock %}