{% extends "global/Base.html" %}
{% load staticfiles otree_tags %}
{% block title %}
Production
{% endblock %}
{% block content %}
{% formfield player.units with label="How many units will you produce (from 0 to 60)?" %}
{% next_button %}
{% include 'cournot_class/Instructions.html' %}
{% endblock %}