{% extends "otree/Base.html" %} {% load i18n %} {% load floppyforms otree_tags %} {% block content_main %}
{% block menus %}{% endblock %}
{% if view.has_timeout %} {% include 'otree/includes/TimeLimit.html' with form_element_id="form" %} {% endif %} {% if form.errors %}
{% blocktrans %}Please fix the errors in the form{% endblocktrans %} {{ form.non_field_errors }}
{% endif %}
{% csrf_token %} {% pageform form using %} {% formconfig row using "floppyforms/rows/bootstrap.html" %} {% block content %}{% endblock %} {% endpageform %}

{% if view.is_debug %} {% include 'otree/includes/debug_info.html' %} {% endif %}
{% endblock %}