{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}

{% if player.role == "husband" %} You chose to go to {{player.decision}} and Wife chose to go to {{player.other_player.decision}}. As a result, your payoff is {{player.payoff}} {% else %} You chose to go to {{player.decision}} and Husband chose to go to {{player.other_player.decision}}. As a result, your payoff is {{player.payoff}}. {% endif %}

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