e4c_expe2/b3_bw/templates/b3_bw/Risk_BinsWanger_result.html
Johanne Trotin 981d06d34c Expé E4C v6
2025-03-30 12:32:15 +02:00

51 lines
773 B
HTML

{% load otree %}
{% block title %}
Gain of game 1 : Details
{% endblock %}
{% block content %}
<div class="card bg-light instructions">
<div class="card-body">
<p> Your choice was: {{player.choicerisknn}} </p>
<p> The selected color is: {{player.colorselectnn}} </p>
<p> Your winnings for this game are: {{player.gainrisk}} ECU (s) </p>
<p> Your winnings for this game are: {{player.gainriskeur}} ECU (s) </p>
<p> ----------------------------------------- </p>
<br>
</div>
</div>
<br> <br>
<h3>
Reminder of the instructions:
</h3>
<div class="card bg-light instructions">
<div class="card-body">
{% include Constants.instructions_BW_template %}
</div></div>
{% endblock %}