{% if progress is not None %}{% progress_bar %}{% endif %}
{% block title %}{% trans "Survey" %}{% endblock %}
{% if view.remaining_timeout_seconds != None %}
{% include 'otree/includes/TimeLimit.html' with form_element_id="form" %}
{% endif %}
{% block intro %}{% endblock %}
{% if form.errors %}
{% blocktrans trimmed %}Please fix the errors in the form.{% endblocktrans %}
{{ form.non_field_errors }}
{% endif %}
{% block footer %}{% endblock %}
{# need the default:False for projects with old MTurkLandingPage #}
{% if view.is_debug|default:False %}
{% include 'otree/includes/debug_info.html' %}
{% endif %}