{% 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 %}
{# need the default:False for projects with old MTurkLandingPage #}
{% if view.is_debug|default:False %}
{% include 'otree/includes/debug_info.html' %}
{% endif %}