Test_Johanne/dictator_modif/templates/dictator_modif/Results.html

29 lines
369 B
HTML
Raw Normal View History

2025-03-06 10:28:01 +01:00
{% 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 %}