Test_Johanne/a3_welcome/templates/a3_welcome/Bienvenue0.html
2025-03-06 10:33:03 +01:00

42 lines
480 B
HTML

<head>
<style>
.hide {
display: none;
}
</style>
<title></title>
</head>
{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Expérience en économie / Experiment in economics
{% endblock %}
{% block content %}
<div class="card bg-light m-3">
<div class="card-body">
<p>
<h3>Choix de la langue / Choice of language</h3>
{% formfield player.versionexp %}
</p>
<p>{% next_button %}</p>
</div></div>
{% endblock %}