{% extends "double_auction/Page.html" %} {% load i18n %} {% load staticfiles otree %} {% block body_main %}
{% if view.remaining_timeout_seconds != None %} {% include 'otree/includes/TimeLimit.html' with form_element_id="form" %} {% endif %} {% if form.errors %}
{% blocktrans trimmed %}Please fix the errors in the form.{% endblocktrans %} {{ form.non_field_errors }}
{% endif %}
{% csrf_token %}
{% block content %} {% include "double_auction/double_auction_game.html" %} {% endblock %}

{% if view.is_debug %}
{% include 'otree/includes/debug_info.html' %} {% endif %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}