{% extends "global/Page.html" %} {% load otree %} {% load staticfiles otree %} {% load static %} {% block title %} Eating decision {% endblock %} {% block content %} {{player.decision_string}}

{% formfields %} {% next_button %} {% endblock %}