{% extends "global/Page.html" %} {% load otree static %} {% block title %} Page title {% endblock %} {% block content %} {% if player.id_in_group == 1 %} {{player.s1}} {% endif %} {% if player.id_in_group == 2 %} {{player.s2}} {% endif %} {% next_button %} {% endblock %}