{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} {{ if player.round_number == 1 }}

Paying Rounds — The next {{num_rounds}} rounds are actual paying rounds

One of your Paying Rounds will be selected at random and count towards your compensation


Interest Rate:

{{else}}

Interest Rate Change:

{{endif}}
NOTICE: For the next {{half_num_round|to0}} rounds the interest rate for borrowing money will be {{r_percentage|to0}}%
That means, if a buyer borrows $10, they'll have to pay back {{principal_plus_interest_example|cu|to0}}.

{% next_button %} {% endblock %}