Test_Johanne/a3_gp/templates/a3_gp/M_risk11_result.html
2025-03-06 10:33:03 +01:00

44 lines
780 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
{% endblock %}
{% block content %}
<div class="card bg-light instructions">
<div class="card-body">
<h3> Jeu 1 : RESULTAT </h3>
<p> Le tirage au sort est : {{player.tirageriskresult}}
</p>
<p> Votre investissement dans lactif risqué : {{player.risk11_a}}</p>
<p> Vous avez gardé : {{player.risk11_b}}</p>
<br>
<p> Votre gain pour ce jeu est de : {{player.gainrisk}} ECU(s)</p>
<br><br>
</div>
</div>
<br> <br>
<h3>
Rappel des instructions :
</h3>
<div class="card bg-light instructions">
<div class="card-body">
{% include Constants.instructions_GP_template %}
</div></div>
{% endblock %}