{% extends "global/Page.html" %} {% load otree %} {% block title %} Payment and Survey Consent {% endblock %} {% block content %}

Round {{ selected_round_number }} is randomly selected as your final earning round. You have earned ${{ selected_payoff }} in this experiment.

{% formfields %} {% next_button %} {% if subsession.round_number != 1 %}
History Table

{% for p in player.in_all_rounds %} {% endfor %}
Round Vehicle value (ECU) Accident? Loss (ECU) Premium (ECU) Deductible (ECU) Asset value after this round (ECU) Payoffs ($)
{{p.subsession.round_number}} {{Constants.endowment}} {{p.accident_happen}} {{p.loss_level}} {{p.premium}} {{p.deductible}} {{p.payoffs}} {{p.earnings}}

{% endif %} {% endblock %}