{% 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 }}

Current exchange rate: {{ player.exchange_rate_new }} USD/EUR

Conversion fees: 6.0%

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


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