{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% load staticfiles %} {% block title %} Here are some outcomes that could have happened {% endblock %} {% block content %}

Your level of effort was: {{player.problem_difficulty}}

The minimum effort was: {{player.min_group}}

Your earned payoff was: {{player.payoff}}

{% for lvl in Constants.difficulty_levels %} {% for row in Constants.payoffmatrix %} {% if forloop.first %} {% endif %} {% for item in row %} {% endfor %} {% endfor %}
Minimum choice in group
{{lvl}} {% endfor %}
Own choice {{forloop.counter}} {{item}}
{% formfield player.timeonpage_Counterfactuals %}
{% endblock %}