{% extends "global/Base.html" %} {% load otree_tags %} {% block title %} Production (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block content %}

You are {{ player.role }}

{% formfield player.seller_proposed_quality %} {% formfield player.seller_proposed_price %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}