{% 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 }} |
| Number: | {% for num in display_numbers %}{{ num }} | {% endfor %}
| Letter: | {% for char in display_chars %}{{ char }} | {% endfor %}