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