{{ 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 %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ cell.value_cell1 }}{{ cell.value_cell2 }}{{ cell.value_cell3 }}{{ cell.value_cell4 }}{{ cell.value_cell5 }}

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

{{ form.transfer_cell6_value }}

{% endblock %}