{% for c in contracts_btc %} {{ c.item.quantity }} {% if player.role == 'buyer' %}{{ c.cost_value }}{% endif %} {{ c.price }} {% endfor %}