{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} {{ player.role }} ID# {{ player.participant.id_in_session }} {% endblock %} {% block content %}
| Group # | Round Number | Offer Accepted by L1 | Offer Accepted by L2 | Offer Accepted by L3 | Was The Contract Executed? | Your Contract Payment | {% elif player.role == Constants.land_owner_role %}Your Tenant's ID | Round Number | Value of Your Negotiated Offer | Was The Contract Executed? | {% endif %}Earnings from Agriculture | Cost of Negotiations | Total Round Earnings | Donations Generated |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ p.group.constant_group_id }} | {{ p.get_round }} | {% for accepted_offer in p.get_land_owner_accepted_offer %}{{ accepted_offer }} | {% endfor %}{{ p.group.contract_message }} | {{ p.group.remaining_budget }} | {% elif player.role == Constants.land_owner_role %}{{ p.group.tenant_id }} | {{ p.get_round }} | {{ p.amount_of_accepted_offer }} | {{ p.group.contract_message }} | {% endif %}{{ Constants.income }} | {{ p.negotiations_cost }} | {{ p.balance }} | {{ p.group.donation }} |