{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Experimenter Counterbalance
{% endblock %}
{% block content %}
Choose group number for counterbalancing:
{% formfield player.counterbalance_choice label="" %}
{% next_button %}
{% endblock %}