{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage Three {% endblock %} {% block content %}
{% if subsession.round_number == 1%} {% include Constants.dictator_instructions %} {% endif %} {% if subsession.round_number == 2%} {% include Constants.dieroll_instructions %} {% endif %}

{% endblock %}