{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Results from All Rounds {% endblock %} {% block content %}

Rounds in which you were a buyer

{% include 'includes/buyer_history.html' %}

Rounds in which you were a seller

{% include 'includes/seller_history.html' %}

Full History

{% include 'includes/history.html' %}

{% next_button %}

{% endblock %}