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