{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Final Period
{% endblock %}
{% block content %}
In the final period, you will add your total savings (borrowings) to the randomly generated income and you will
convert this sum into points. This is done automatically for you. Please click the next button to see the period
results.
{% next_button %}
{% endblock %}