{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results of round {{ round }} {% endblock %} {% block app_styles %} {% endblock %} {% block content %}
At the end of this round, you had {{ assets }} units in assets and {{cash|to1}} units in cash.
You had {{ impatient }} impatient customers.
{% if has_accountant %}Based on their forecast, the accountant for your bank declared that your bank was:
And the computer determined that your bank was:
Based on this information, the computerized accounting review determines that your bank was:
Round | Assets | Cash | # Impatient costumers | Liquid? | Solvent? | Predicted price | Actual price | Allocation payoff | Prediction payoff |
---|---|---|---|---|---|---|---|---|---|
{{ p.round_number }} | {{ p.asset }} | {{ p.cash_aux|to1 }} | {{p.impatient}} | {{ p.liquid }} | {{ p.solvent }} | {% if p.no_trade == 1 %} No trade {% else %} {{ p.price_guess }} {% endif %} | {% if p.group.subsession.price == 0 %} No trade {% else %} {{ p.group.subsession.price_display|to2 }} {% endif %} | {{ p.allocation_payoff }} | {{ p.prediction_payoff }} |