{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Period 1 - Please determine the current consumption level.
{% endblock %}
{% block content %}
Your wage: {{ Constants.wage }}.
Interest Rate: {{ player.ir_1}}.
{% formfields %}
{% next_button %}
{% endblock %}