{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}
{% if same_choice %} Both of you chose {{ my_decision }} . {% else %} You chose {{ my_decision }} and the other individual chose {{ other_player_decision }} . {% endif %}