{% if view.has_timeout or view.has_timeout_warning %}
{% 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 %}
{% blocktrans trimmed %}
An error occurred. Please check the logs or ask
the administrator for help.{% endblocktrans %}
{% if view.is_debug %}
{% include 'otree/includes/debug_info.html' %}
{% endif %}