{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Understanding Question {{ num_q }} of {{ total_q }} {% endblock %} {% block content %} {% if num_q == 1 %}
{% formfield player.training_question_1 with label="Suppose firm Q produced 25 units and firm P produced 75 units. What would be the profit for firm P?" %}
{% endif %} {% next_button %} {% include 'cournot_class/Instructions.html' %} {% endblock %}