29 lines
369 B
HTML
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 %}
|