{% extends "global/Page.html" %} {% load otree %} {% block title %} Currency Exchange Result {% endblock %} {% block styles %} {% endblock %} {% block content %}
| Currency A exchanged: | {{ player.exchange_dollar }} |
| Currency exchange rate (Currency A per B): | * {{ group.btc_dollar_rate }} |
| Currency B you just purchased: | = {{ player.purchased_btc }} |
| Currency B endowment before exchange: | + {{ player.previous_btc }} |
| Currency B you just sold: | - {{ player.exchange_btc }} |
| Current Currency B endowment: | = {{ player.allocation_btc }} |
| Currency B exchanged: | {{ player.exchange_btc }} |
| Currency exchange rate (Currency B per A): | * {{ group.dollar_btc_rate }} |
| Currency A you just purchased: | = {{ player.purchased_dollar }} |
| Currency A endowment before exchange: | + {{ player.previous_dollar }} |
| Currency A you just sold: | - {{ player.exchange_dollar }} |
| Current Currency A endowment: | = {{ player.allocation_dollar }} |