from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants class Information(Page): def vars_for_template(self): return { 'treatment_group': self.participant.vars["treatment_group"], } page_sequence = [Information]