{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Please answer the following questions {% endblock %} {% block content %}

{% formfield player.submitted_answer with label=player.question %}

{# {% include 'TGquiz/Instructions.html' %}#} {% if player.role == 'Sender' %} {% include 'TGquiz/Sender.html' %} {% elif player.role == 'Receiver' %} {% include 'TGquiz/Receiver.html' %} {% endif %} {% next_button %} {% endblock %}