{% extends "global/Page.html" %} {% load otree static %} {% load index %} {% block styles %} {% endblock %} {% block title %}{% endblock %} {% block content %}

Please wait for other groups ...

Match: {{ current_match }}   Round: {{ period_number }}

{%if h_evidence == 1 and s_evidence == 1 %}
{% include 'prisoners_dilemma_nbyn/History.html' %}
{% else %}
{% include 'prisoners_dilemma_nbyn/History.html' %}
{% endif %}
{% for label in action_labels %} {% endfor %} {% for label in action_labels %} {% if action_revealed == 0%} {% else %} {% endif %} {% endfor %} {% for payoff_row in payoff_matrix %} {% with parentloopcounter=forloop.counter %} {% if forloop.counter0 == 0 %} {% else %} {% endif %} {% for action in action_labels %} {% if parentloopcounter == forloop.counter %} {% if action_revealed == 0 %} {% else %} {% endif %} {% endif %} {% endfor %} {% for payoff_cell in payoff_row %} {% if others_choice == forloop.counter %} {% else %} {% endif %} {% endfor %} {% endwith %} {% endfor %} {% for label in action_labels %} {% endfor %}

                                  

Other
{{label}}{{label}}
You {{action}}{{action}}{{ payoff_cell.0 }},{{ payoff_cell.1 }}{{ payoff_cell.0 }},{{ payoff_cell.1 }}

                    

{% if s_evidence == 1 %} {% endif %} {% if h_evidence == 1 %} {% if action_revealed == 1 %} {% else %} {% endif %} {% endif %}

Information (seen by both)

You Other
Signal {{signal_label}} {{others_signal_label}}
Choice {{intended_choice_label}} {{others_intended_choice_label}}{{intended_choice_label}} {{others_intended_choice_label}}
{% if s_evidence == 1%}

What signals can be generated?
Choice of C → Signal of C        
Choice of A → Signal of A or C
Choice of B → Signal of B or C
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}