{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round {{ subsession.round_number }} / {{ Constants.num_rounds }} - Decide {% endblock %} {% block content %} {% if subsession.round_number == 1 %}

You were assigned to a group of 5 participants, each representing a souvenir company.

{% else %}

The groups were randomly rematched. You were assigned to a new group of 5 participants, each representing a souvenir company.

{% endif %} {% formfield player.price with label="Please choose a price for your souvenirs:" %}

{% next_button %}

{% endblock %}