{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Experiment
{% endblock %}
{% block content %}
Your role is Player A.
{% if participant.vars.transparent_PartA %}
Your pseudonym: hg647j8ek
{% endif %}
Your current balance is: {{Constants.endowment}}
Please consider the following two questions.
{% formfield player.intention %}
{% formfield player.intention_amount %}
If you do not wish to transact, please set the amount to 0.
{% next_button %}
{% endblock %}