{% extends "global/Base.html" %} {% load otree_tags %} {% block title %}Results{% endblock %} {% block content %}
Points
You claimed {{ player.claim }}
The other traveler claimed {{ player.other_player.claim }}
Winning claim (i.e. lower claim) {{ group.lower_claim }}
Your adjustment {{ player.adjustment }}
Thus you receive {{ player.payoff }}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}