the chance you are misunderstood is {{ interaction.user_miscommunication }}
the chance you misunderstand your partner is {{ interaction.foil_miscommunication }}
your intended trust history: {{user_intent}}
{% if interaction.user_guess %}
your apparent trust history: {{user_effect}}
partner's intended trust history: {{foil_intent}}
{% endif %} partner's apparent trust history: {{foil_effect}}
current score: {{interaction.score.0}} to {{interaction.score.1}} {% if interaction.user_guess %} {% if interaction.user_guess == interaction.foil_strategy %}
You guessed right!: {{ interaction.get_user_guess_display }} {% else %}
You guessed wrong: {{ interaction.get_user_guess_display }}
(When the truth was: {{ interaction.get_foil_strategy_display }}) {% endif %}
What percentage of the time did you act like one of the basic strategies?
{% for j in strategy_list %}
{{j.strategy}}:
(your partner's intent {{j.foil_intent}}%)
(your partner appeared to you {{j.foil_effect}}%)
(your intent {{j.user_intent}}%)
(your appearance to your partner {{j.user_effect}}%)
{% endfor %}
{% else %}
Who are you exchanging with?
{% endif %}