{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Round {{ round_number }} {% endblock %} {% block content %} {% formfield player.decision_taken label="What is your decision?" %} {% next_button %} {% endblock %}