from otree.api import Currency as c, currency_range from ._builtin import Page from .models import Constants class MyPage(Page): form_model = "player" form_fields = ["forename", "surname", "final_outcome", "iban", "email"] page_sequence = [MyPage]