{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Production
{% endblock %}
{% block content %}
How many units will you produce (from {{ min_units }} to {{ max_units }})
{% formfield player.units label = "" %}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}