{% extends "global/Page.html" %} {% load otree static %} {% block title %} Revealed Average {% endblock %} {% block content %} {% if player.row_problem != None %}

Solution to the problem from row {{problem_no}} is {{one_row}}.

{% endif %} {% if player.col_problem != None %}

Solution to the problem from column {{problem_no}} is {{one_col}}.

{% endif %}

{% formfield player.solution %}

You have revealed {{player.reveal_avg_total}} avearges. You can reveal upto {{Constants.avg_reveal}} averages, including both row and column averages.

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}