{% extends "global/Page.html" %} {% load otree static %} {% block title %} Practice Session- Decision Task: Your choice {% endblock %} {% block content %} {% if player.id_in_group == 1 %}
You chose the fixed rental with discount contract choice.
| Option 3: Fixed Rent with Discount | Discount Values | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Renter Chooses Action D | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | |
| Renter Chooses Action G | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | |
| Renter Chooses Action D | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | |
| Renter Chooses Action G | 15 | 15 | 15 | 15 | 15 | 15 | 15 | 15 | 15 | 15 |
please wait while the owner makes a contract choice
{% endif %} {% next_button %}
{% endblock %} {% block app_styles %} {% endblock %}