{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} 第{{ round_number }}轮 {% endblock %} {% block content %} {% formfield player.decision_taken label="你的决定是?" %} {% next_button %} {% endblock %}