{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Results" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
| {% trans "Option 'Left'" %} | {% trans "Option 'Right'" %} | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {% trans "Your Payoff" %} | {% trans "Player B's Payoff" %} | {% trans "Your Payoff" %} | {% trans "Player B's Payoff" %} | {% elif id_in_group == 2 %}{% trans "Player A's Payoff" %} | {% trans "Your Payoff" %} | {% trans "Player A's Payoff" %} | {% trans "Your Payoff" %} | {% endif %} {% elif player == 2 %} {% if id_in_group == 1 %}{% trans "Player B's Payoff" %} | {% trans "Your Payoff" %} | {% trans "Player B's Payoff" %} | {% trans "Your Payoff" %} | {% elif id_in_group == 2 %}{% trans "Your Payoff" %} | {% trans "Player A's Payoff" %} | {% trans "Your Payoff" %} | {% trans "Player A's Payoff" %} | {% endif %} {% endif %}||||
| {{ xy_a|c }} | {{ xy_i|c }} | {% if decision == 'L' %} {% elif decision == 'R' %} {% endif %} | {{ e_a|c }} | {{ e_i|c }} | |||||||||||||||