{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% if trust == True %} {% if reciprocity == True %}
You chose to trust and Player 2 showed reciprocity, so your payoff was {{payoff}}.
{% else %}You chose to trust and Player 2 chose betrayal, so your payoff was 0.
{% endif %} {% else %}You chose not to trust Player 2, so your payoff was {{endowment}}.
{% endif %}{% next_button %}
{% include Constants.instructions_template %} {% endblock %}