{% load otree static %} {% block content %}

Your work today:

Until now you have correctly transcribed {{ solved_words }} sequence{% if solved_words != 1 %}s{% endif %}. This means that {{ still_to_solve }} sequence{% if still_to_solve != 1 %}s are{% endif %} {% if still_to_solve == 1 %} is {% endif %} still outstanding.

For each number, enter the appropriate letter from the code table (without spaces).

{{ number_string }}

{% for num in display_numbers %} {% endfor %} {% for char in display_chars %} {% endfor %}
Number:{{ num }}
Letter:{{ char }}



{% next_button %}

{% endblock %}