{% extends "global/Base.html" %} {% load otree_tags %} {% block title %} Results {% endblock %} {% block content %}
{% if player.go %}You decided to travel. In this round, {{ num_go }} out of {{ Constants.players_per_group }} decided to travel. As a result, your payoff is {{ player.go_payoff }}. {% else %} You did not travel. In this round, {{ num_go }} out of {{ Constants.players_per_group }} decided to travel. As a result, your payoff is {{ Constants.home }}. {% endif %}
{% next_button %}
{% endblock %}