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