{% extends "global/Page.html" %} {% load otree static %} {% block title %} Period 1 - Please determine your consumption level in the first period. {% endblock %} {% block content %} Your wage in this period: {{ player.actual_wage_1 }} The interest rate in this period: {{ player.actual_interest_rate_1 }} The discount factor: {{ Constants.beta }} {% formfields %} {% next_button %} {% endblock %}