e4c_expe2/a5_questfin/templates/a5_questfin/Result.html

59 lines
1.3 KiB
HTML
Raw Normal View History

2025-03-30 12:32:15 +02:00
{% load otree %}
{% block title %}
FINAL QUESTIONNAIRE
{% endblock %}
{% block content %}
<div class="card bg-light m-3">
<div class="card-body">
<center>
<h5>
NB : Useful information to receive your gain:
</h5>
</center>
</div></div>
<div class="card bg-light m-3">
<div class="card-body">
<p>
Please fill in the following fields in order to be able to take the
amount you won during this experience.
{% formfield player.lastname %}
{% formfield player.firstname %}
{% formfield player.email %}
{% formfield player.room %}
</p>
<p>
<b> <FONT color="red"> <u>
Reminder for those who have not yet registered
</u>
: to receive your gain you must subscribe to the list of voluntary participants via the link :
</FONT>
<center> <FONT color="blue"> <h3> https://ipel.crest.fr/public/participant_create.php </h3> </FONT> </center>
<br> Note : Your personal data are strictly confidential.
All your responses will be treated anonymously.
</b>
</p>
</div>
</div>
<p>{% next_button %}</p>
{% endblock %}