{% extends 'double_auction/includes/base_block.html' %} {% block title %} {% if round_num == 0 %} Practice Round {% else %} Round {{ round_num }} of {{ num_of_rounds }} {% endif %} {% endblock %} {% block content %} {% include 'double_auction/includes/profit_to_render.html' %}
Your role: {{ player.role|capfirst }}
Time remaining:
{% endblock %}