Test_Johanne/b3_bw_v2/templates/b3_bw_v2/Risk_BinsWanger_result.html

52 lines
806 B
HTML
Raw Normal View History

2025-03-06 10:28:01 +01:00
{% extends "global/Page.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 %}