{% extends "global/Page.html" %} {% load otree static %} {% block title %} Iteration 2 - End of negotiation {% endblock %} {% block content %}
You have reached an agreement and the negotiation is finished.
If this iteration is chosen for final payment, your total earnings, including the show-up fee, are {{ earning }}.
Please click "Next" to fill in the final questionnaire.
{% next_button %} {% endblock %}