{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Welcome!
{% endblock %}
{% block content %}
Please answer the following questions. We use the information ONLY for paying your earnings in the experiment.
{% formfield player.name label="Your name:" %}
{% formfield player.venmo label="Your Venmo account:" %}
{% formfield player.phone label="Your Phone Number:" %}
{% next_button %}
{% endblock %}