{% extends "global/Page.html" %} {% load otree otree_tools %} {% block title %} Between Rounds Info {% endblock %} {% block content %}
{% if player.endowment != Constants.endowment_poor %}

You have just purchased {{ goods_amount }} in Shop {{ shop }}. The manager of Shop {{ shop }} has has decided to ...

{% else %}

You are poor. You couldn't afford any products. However, now Shop {{ player.random_shop }} shows mercy and lowers its prices

{% endif %}
{% next_button %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}