{% extends "global/Page.html" %} {% load otree %} {% block title %} Check {% endblock %} {% block content %} Task 1: {{ player.task1 }} Task 3: {{ player.task3 }} {% formfields %} {% next_button %} {% endblock %}