{% extends 'double_auction/includes/base_block.html' %} {% block title %}Your contracts{% endblock %} {% block content %} {% include 'double_auction/includes/contracts_to_render.html' %}
{% if player.role == 'buyer' %}Value{% else %}Cost{% endif %} Price Quantity Profit
{% endblock %}