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