{% 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 }} in assets and {{ cash }} in cash.
You had {{ impatient }} impatient customers.
{% if has_accountant %}Based on their forecast, the accountant for your bank declared that your bank was:
{% else %}Based on this information, the computer has determined that your bank was:
{% endif %}{% if solvent %} SOLVENT {% else %} NOT SOLVENT {% endif %} and {% if liquid %} LIQUID {% else %} NOT LIQUID {% endif %}
Your payoff for asset allocation was {{ allocation_payoff }}.
Your payoff for prediction was {{ prediction_payoff }}.
{% next_button %} {% if round > 1 %}| Round | Assets | Cash | Liquid? | Solvent? | Predicted price | Actual price | Allocation payoff | Prediction payoff |
|---|---|---|---|---|---|---|---|---|
| {{ p.round_number }} | {{ p.asset }} | {{ p.cash }} | {{ p.liquid }} | {{ p.solvent }} | {{ p.price_guess }} | {{ p.group.price }} | {{ p.allocation_payoff }} | {{ p.prediction_payoff }} |