{% 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 %}
{% 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 %}#}