{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Result: Round {{round_number}}
{% endblock %}
{% block content %}
{% if player.id_in_group == 2 %}
| The expert's recommended solution |
Solution {{ recommended_solution }} |
| The solution you actually received |
Solution {{ actual_solution }} |
| The problem you are having |
Problem {{ problem }} |
| Is the problem solved? |
{% if player.treatment_final == player.problem %} Yes {% else %} No {% endif %} |
| Your payoff from this round |
{{ payment_client }} Tokens |
{% endif %}
{% if player.id_in_group == 1 %}