{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% load i18n %}
{% block title %}
Decision Making Task
{% endblock %}
{% block content %}
OUTCOME
The outcome of the coin flip is {{ player.random_coinflip }}.
{% formfield player.coint_toss %}
{% next_button %}
{% endblock %}