| Currency A holdings: |
{{ player.allocation_dollar }} |
| {% if player.role == 'buyer' %} # of packages purchased: {% else %} # of packages left for sale {% endif %} |
{{ player.units_dollar }} |
{% if player.role == 'seller' %}
{% else %}
| Chips made in this round: |
{{ player.thisround_profit }} |
| {{player.Currency_name}} made in this round: |
{{player.Currency_symbol}}{{ player.thisround_euro }} |
{% endif %}