{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

You have chosen a grid {% if player.grit_decision == 'easy' %}easy{% else %}difficult{% endif %}, and you {% if player.grit_num_correct == Constants.grit_num_correct_for_bonus %} have {% else %}do not have {% endif %}managed to find the{{ Constants.grit_num_correct_for_bonus }} pairs of numbers. You receive {{ player.grit_payoff|floatformat:"-1" }} credit(s).

{% endblock %}