{% extends 'double_auction/includes/base_block_btc.html' %} {% block title %}Your repository{% endblock %} {% block content %} {% include 'double_auction/includes/repo_to_render_btc.html' %}
{% if player.role == 'buyer' %}Value{% else %}Cost{% endif %} Quantity
{% endblock %}