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: {{score.0}} to {{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 %}
How far off are the pair of you from each of the strategies?
{% for s in s_results %}
{{s}}
{% endfor %}
{% else %}
Who are you exchanging with?
{% endif %}