{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Configure Alien Game {% endblock %} {% block styles %} {% endblock %} {% block content %} {% load app_tags %} Scenario: Please select
{% populate_scenario_options as scenario_options %}
Upload new scenario {% formfield player.multiplier label="Point multiplier:" %} {% formfield player.startingPoint label="Starting point:" %} {% formfield player.numberOfGameSteps label="Number of game steps:" %} {# {% formfield player.numberOfChoices label="Number of choices:" %}#} {% formfield player.pointToSubtract label="Points to subtract:" %} {% formfield player.waitingWindow label="Use waiting window:" %} {% next_button %} {% block scripts %} {% endblock %} {% endblock %}