{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final Payment {% endblock %} {% block content %} {% if player.selected %}
Round selected to pay {{Constants.round_selected_plus}}
Your final payment is {{player.final_payment}}
{% else %}Round selected to pay {{Constants.round_selected_normal}}
Your final payment is {{player.final_payment}}
{% endif %} {% next_button %} {% endblock %}