{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Production -- the bandit got you
{% endblock %}
{% block content %}
you were not able to change production this period. You produced {{ prev_units }} units again
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}