{% extends "global/Page.html" %} {% load otree %} {% block title %} Currency Exchange {% endblock %} {% block content %} {% csrf_token %}
{% include 'double_auction/includes/general_info_block_nonauction.html' %}
you have {{ player.allocation_dollar }} Currency A and {{ player.allocation_btc }} Currency B. Choose one option:
{% formfield player.currency_option label="" %}
{% formfield player.exchange_dollar label=exchange_dollar_label %}
{% formfield player.exchange_btc label=exchange_btc_label %}
{% next_button %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {# Here we include javascript block where we connect via websockets to oTree server #} {% include './includes/channel-js.html' %} {% endblock %}