{% extends "otree/Base.html" %} {% load i18n %} {% load 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 %}{% endblock %}

{# {% if view.is_debug %}#} {#
#} {# {% include 'otree/includes/debug_info.html' %}#} {# {% endif %}#}
{% endblock %} {% block internal_styles %} {{ block.super }} {% endblock %} {% block internal_scripts %} {{ block.super }} {% if view.remaining_timeout_seconds != None %} {% include 'otree/includes/TimeLimit.js.html' %} {% endif %} {% endblock %}