{% extends "global/Page.html" %} {% load otree static %} {% block app_styles %} {% endblock %} {% block title %} Results for round {{ round }} {% endblock %} {% block content %}
You {% if receiver_timeout %} did not respond on time, {{ receiver_choice }} was randomly chosen, {% else %} chose: {{ receiver_choice }} {% endif %} and you {% if player.payoff >= 0 %} gained: {{ receiver_payoff }} {% else %} lost: {{ receiver_negative_result }} {% endif %} point/s {% if other_choice == 'Stay at home' %}
Your benefit from the hotel is: {{ lottery_result }} and your cost is: {{ Constants.cost }}.
{% endif %}Had you chosen: {{ other_choice }}, you would have {% if negative_other_gain_receiver %} lost: {{ other_gain_receiver }} {% else %} gained: {{ other_gain_receiver }} {% endif %} point/s {% if other_choice == 'Hotel' %}
The benefit from the hotel is: {{ lottery_result }} and the cost is: {{ Constants.cost }}.
{% endif %}