{% extends 'otreeutils/ExtendedPage.html' %} {% load staticfiles otree_tags %} {% block app_styles %} {% endblock %} {% block app_scripts %} {% endblock %} {% block content %} {% if player.id_in_group == 1 %} {% elif player.id_in_group == 2 %} {% elif player.id_in_group == 3 %} {% elif player.id_in_group == 4 %} {% endif %}
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}