{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block content %} {% if player.id_in_group == 1 %} {% include Constants.instructionsEspA %} {% elif player.id_in_group == 2 %} {% include Constants.instructionsEspB %} {% else %} {% include Constants.instructionsEspC %} {% endif %} {% next_button %} {% endblock %}