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

{% if view.is_debug %} {% include 'otree/debug_info.html' %} {% endif %}
{% block internal_content_at_bottom_of_body %} {% if view.is_otree_dot_org %} {% include "otree/OtreeDotOrgFeedbackWidget.html" %} {% endif %} {% endblock %} {% block content_at_bottom_of_body %} {% endblock %} {% block page_footer %} {% if PAGE_FOOTER %} {% endif %} {% endblock page_footer %}