{% for b in bids_btc %} {{ b.price }} {{ b.quantity }} {% if b.player.pk == player.pk %}(You!){% else %} {% endif %} {% endfor %}