{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %}Payment{% endblock %} {% block content %}

You proceed to the cash register where you pay by card. The payment terminal detects your country of origin and presents you the following payment screen:



THIS TERMINAL OFFERS CONVERSION TO YOUR HOME CURRENCY
{{ tomorrow }}

Payment without conversion

Payment with conversion (0% commission)

Order total: USD {{ Constants.amount_in_USD }}

Offered exchange rate: {{ player.rate_low }} USD/EUR

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