{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% if reciprocity == True %}
You showed reciprocity, so your payoff was {{payoff}}.
{% else %}You betrayed Player 1, so your payoff was .
{% endif %}{% next_button %}
{% include Constants.instructions_template %} {% endblock %}