{% extends "global/Page.html" %} {% load otree static %} {% block title %} Exam: Word {{player.round_number}}/{{Constants.num_rounds}} {% endblock %} {% block content %}
{{presented_word}} {% formfield player.pair_choice %} {% next_button %} {% endblock %}