{% extends "global/Page.html" %} {% load otree %} {% block title %} Offer results {% endblock %} {% block content %} Beef

For beef, the computer has drawn an offer with information about {{ player.info_draw_b_string }} and a payoff of {{player.offer_b|floatformat:0 }}.

Your minimum acceptable payoff for this item was {{player.WTP_drawn_b}}.

{{player.aor_b}}.

Crocodile

For crocodile meat, the computer has drawn an offer with information about {{ player.info_draw_c_string }} and a payoff of {{player.offer_c|floatformat:0 }}.

Your minimum acceptable payoff for this item was {{player.WTP_drawn_c}}.

{{player.aor_c}}.

{% formfields %} {% next_button %} {% endblock %}