{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %}
| You claimed | {{ player.claim }} | 
| The other traveler claimed | {{ 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 %}