{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Period 1 Results {% endblock %} {% block content %}

The first period has ended.


In the first period, you decoded {{ player.num_attempted_1 }} letters, of which {{ player.num_decoded_1 }} were correct. Please proceed to the second period.


{% next_button %} {% endblock %}