{% extends "global/Page.html" %} {% load otree %} {% block title %} Quiz Soru 1 / {{ Constants.numquestions }} {% endblock %} {% block content %} {% formfield player.q1 %}
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}