{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Round {{round_number}} {% endblock %} {% block content %}
You were in group {{group_number}} .
{% include 'includes/round_history.html' %}{% next_button %}
{% endblock %}