Test_Johanne/dictator_modif/templates/dictator_modif/Results.html
2025-03-06 10:33:03 +01:00

29 lines
369 B
HTML

{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Results
{% endblock %}
{% block content %}
{% if player.role == 'A' %}
<p>
</p>
<p>
</p>
{% else %}
<p>
</p>
<p>
</p>
.
{% endif %}
<p>{% next_button %}</p>
{% include Constants.instructions_template %}
{% endblock %}