{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Period 2 - Please determine your consumption level in the second period.
{% endblock %}
{% block content %}
Your wage in this period: {{ player.actual_wage_2 }}
The interest rate in this period equals: {{ player.actual_interest_rate_2 }}
{% formfields %}
{% next_button %}
{% endblock %}