{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Online Market {% endblock %} {% block content %} {% if subsession.round_number <= session.config.num_of_test_rounds %}
| Buyer | Trading Price | Seller |
|---|---|---|
| buyer ${ transaction.buyer_id_in_group } you | ${ transaction.value } | seller ${ transaction.seller_id_in_group } you |