{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 3 {% endblock %} {% block content %}
{% if subsession.round_number < 16 %} {% include Constants.dieroll_instructions2 %} {% endif %} {% if subsession.round_number > 15 %} {% include Constants.dictator_instructions2 %} {% endif %}

{% endblock %}