{% extends "global/Base.html" %} {% load i18n %} {% load floppyforms staticfiles otree_tags %} {% block body_main %}
{% if view.has_timeout_warning %} {% if use_legacy_timer_code %} {% else %}

{{ timer_warning_text }}

{% endif %} {% endif %} {% if form.errors %}
{% blocktrans trimmed %}Please fix the errors in the form.{% endblocktrans %} {{ form.non_field_errors }}
{% endif %}
{% csrf_token %} {% form form using %} {% formconfig row using "floppyforms/rows/bootstrap.html" %}
{% block content %}{% endblock %}
{% endform %}

{% if view.is_debug %} {% include 'otree/includes/debug_info.html' %} {% endif %}
{% endblock %} {% block internal_scripts %} {{ block.super }} {% if view.has_timeout_warning %} {% if use_legacy_timer_code %} {% else %} {% endif %} {% endif %} {% endblock %}