{% extends "otree/Page.html" %} {% load i18n %} {% load otree static %} {% block global_styles %} {% endblock %} {% block global_scripts %} {% endblock %} {% block body_main %} {% block progress %} {% if instructions %} {% endif %} {% endblock %}
{% 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 %}{% if js_vars|default:False %} {% endif %}
{% csrf_token %}
{% block content %}{% endblock %}

{# need the default:False for projects with old MTurkLandingPage #} {% if view.is_debug|default:False %}
{% include 'otree/includes/debug_info.html' %} {% endif %}
{% endblock %}