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

23 lines
270 B
HTML

{% load otree %}
{% block title %}
Round: {{round}}
{% endblock %}
{% block content %}
{% if round == 1 %}
<h4> Start the first round</h4>
{% else %}
<h4> Go to the next round</h4>
{% endif %}
<p>{% next_button %}</p>
{% endblock %}