{% load otree static %} {% for p in other_players %}
Buyer B{{ p.value_cost }}{% ifequal p.id_in_group player.id_in_group %} (YOU){% endifequal %}
Value
{# {{ p.value_cost }} #} {{ p.value_cost }}{% if p.active %} {% if p.traded%} ALREADY TRADED{% else %} Negotiating{% endif %} {% else %} {% if p.traded%} ALREADY TRADED{% else %} Waiting{% endif %} {% endif %}
{% else %}Seller S{{ p.value_cost }}{% ifequal p.id_in_group player.id_in_group %} (YOU){% endifequal %}
Cost
{# {{ p.value_cost }} #} {{ p.value_cost }}{% if p.active %} {% if p.traded%} ALREADY TRADED{% else %} Negotiating{% endif %} {% else %} {% if p.traded%} ALREADY TRADED{% else %} Waiting{% endif %} {% endif %}
{% endifequal %}