{{ block title }} Results {{ endblock }} {{ block content }}
| Did you succeed in your Role? | {{ if player.success == True }}Yes, you sold/bought for {{player.transaction_price}} | {{ else }}No | {{ endif }
|---|---|---|
| Items in your possession | {{ player.num_items }} | |
| Profit in this round | {{ player.payoff }} | |
| Payoff from the last {{ player.round_number}} rounds | {{ participant.payoff }} |