e4c_expe2/dictator_modif_asso/templates/dictator_modif_asso/NextPage.html

23 lines
270 B
HTML
Raw Normal View History

2025-03-30 12:32:15 +02:00
{% 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 %}