{% extends "global/Page.html" %}
{% block title %}
Task 5 of 12
Sudoku{% endblock %}
{% block content %}
For this task, you entered {{ player.Sudoku_correct }} out of 9 numbers in the sudoku puzzle correctly. Therefore, you have earned {{ pay }} points for this task.
{% next_button %} {% endblock %}