{{ block title }}
Testing your knowledge
{{ endblock }} {{ block content }}
{% for row in grid_data %} {% for cell in row %} {% if cell.row_index == highlight_index_row_cell1 and cell.column_index == highlight_index_column_cell1 %} {% elif cell.row_index == highlight_index_row_cell2 and cell.column_index == highlight_index_column_cell2 %} {% elif cell.row_index == highlight_index_row_cell3 and cell.column_index == highlight_index_column_cell3 %} {% elif cell.row_index == highlight_index_row_cell4 and cell.column_index == highlight_index_column_cell4 %} {% elif cell.row_index == highlight_index_row_cell5 and cell.column_index == highlight_index_column_cell5 %} {% elif cell.row_index == highlight_index_row_cell6 and cell.column_index == highlight_index_column_cell6 %} {% elif cell.row_index == highlight_index_row_cell7 and cell.column_index == highlight_index_column_cell7 %} {% elif cell.row_index == highlight_index_row_cell8 and cell.column_index == highlight_index_column_cell8 %} {% elif cell.row_index == highlight_index_row_cell9 and cell.column_index == highlight_index_column_cell9 %} {% elif cell.row_index == highlight_index_row_cell10 and cell.column_index == highlight_index_column_cell10 %} {% elif cell.row_index == highlight_index_row_cell11 and cell.column_index == highlight_index_column_cell11 %} {% elif cell.row_index == highlight_index_row_cell12 and cell.column_index == highlight_index_column_cell12 %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ cell.value_cell1 }}{{ cell.value_cell2 }}{{ cell.value_cell3 }}{{ cell.value_cell4 }}{{ cell.value_cell5 }}{{ cell.value_cell6 }}{{ cell.value_cell7 }}{{ cell.value_cell8 }}{{ cell.value_cell9 }}{{ cell.value_cell10 }}{{ cell.value_cell11 }}

How many points do you expect for the cell highlighted in yellow?

{{ form.transfer_cell12_value }}

{% endblock %}