from ._builtin import Page, WaitPage from .models import Constants from .functions import slider class ConditionalInvestment(Page): form_model = 'player' form_fields = ['con_investment_0', 'con_investment_1', 'con_investment_2', 'con_investment_3', 'con_investment_4', 'con_investment_5', 'con_investment_6', 'con_investment_7', 'con_investment_8', 'con_investment_9', 'con_investment_10', 'con_investment_11', 'con_investment_12', 'con_investment_13', 'con_investment_14', 'con_investment_15', 'con_investment_16', 'con_investment_17', 'con_investment_18', 'con_investment_19', 'con_investment_20', ] page_sequence = [ ConditionalInvestment, ]