{{ extends "global/Page.html" }} {{ block title }}Feedback{{ endblock }} {{ block content }} {{ include_sibling 'uw_teton_bg.html' }}
{% if player.last_guess_correct %}

Correct! You guessed the right number of 1s.

{% else %}

Incorrect guess. You will have another chance with a new matrix.

{% endif %}

Number of correct guesses: {{ player.correct }}.

{{ next_button }} {{ endblock }}