{% extends "global/Page.html" %} {% load otree static %} {% block title %} Match #{{ match_num }} Outcome {% endblock %} {% block content %} {% if player.id_in_group == 1 %} {# #} {# #}
Match #Round # Seller's Offer Your Decision Your Value B Match Terminated
{% endif %} {% if player.id_in_group == 2 %} {# #} {# #}
Match #Round # Your Offer Buyer's Decision Buyer's Value B Match Terminated
{% endif %}

{% next_button %} {% endblock %} {% block scripts %} {% endblock %}