{% extends 'double_auction/includes/base_block_btc.html' %}
{% load double_auction_extras %}
{% block title %}{% endblock %}
{% block content %}
| Market B |
Price |
Quantity |
| Your last {{ player.action_name }}: |
{% if player.get_last_statement_btc %}
{{ player.get_last_statement_btc.price }}{% endif %} |
{% if player.get_last_statement_btc %}
{{ player.get_last_statement_btc.quantity }}{% endif %} |
{% include 'double_auction/includes/form_to_render_btc.html' %}
|
Price |
Quantity |
{% include 'double_auction/includes/spread_to_render_btc.html' %}
{% endblock %}