{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
You have chosen {% if grit_choice == 'easy' %}an easy{% else %}a difficult{% endif %} grid, and you {% if grit_num_correct == Constants.grit_num_correct_for_bonus %} have {% else %}have not {% endif %}managed to find the {{ Constants.grit_num_correct_for_bonus }} pairs of numbers. You receive {{ grit_payoff|floatformat:"-1" }} credit(s).