{% extends "global/Base.html" %}
{% load staticfiles otree %}
{% load static %}
{% block title %}
Task 1
{% endblock %}
{% block content %}
{% formfield player.amount_offered label="How many cents would you like to pass to the other participant?" %}
{% next_button %}
{% endblock %}