{% extends "global/Page.html" %} {% 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 %}