Test_Johanne/trust/templates/trust/Send.html
2025-03-06 10:33:03 +01:00

22 lines
436 B
HTML

{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Your Choice
{% endblock %}
{% block content %}
<p>
You are Participant A. Now you have {{Constants.endowment}}. How much will you send to participant B?
</p>
{% formfield group.sent_amount label="Please enter an amount from 0 to 100:" %}
<p>
{% next_button %}
</p>
{% include Constants.instructions_template %}
{% endblock %}