{% extends "global/Page.html" %} {% load otree_tags staticfiles %} {% block title %} Loan Remediation: {% endblock %} {% block content %} {% if Constants.treatment == "treatment1" or Constants.treatment == "treatment2" %}

If the lender is not satisfied with the repayment she may obtain additional repayment up to the collateral value minus the salvage fee of {{ Constants.recovery_fee }}. For example, if the agreed amount of collateral is {{ player.example_collateral_amount }} points, the lender may only obtain up to {{ player.example_salvage_max }} as additional repayment.

{% else %}

If the program is not satisfied with the repayment she may obtain additional repayment up to the collateral value minus the salvage fee of {{ player.recovery_fee }}. For example, if the agreed amount of collateral is {{ player.example_collateral_amount }} points, the lender may only obtain up to {{ player.example_salvage_max }} as additional repayment.

{% endif %} {% next_button %} {% endblock %}