{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% block title %}
{% endblock %}
{% block scripts %}
{% endblock %}
{% block content %}
{% csrf_token %}
{% if player.Currency_exchange_on == 0 %}
{% include 'double_auction_intro/Instructions.html' %}
{% elif player.Currency_exchange_on == 1 %}
{% include 'double_auction_intro/Instructions_ce.html' %}
{% endif %}
{% next_button %}
{% endblock %}