{% load staticfiles %} {% load i18n %} {% load floppyforms %} {% block head_title %}{% endblock %} {% block head_content %} {% include 'otree/HeadContent.html' %} {% endblock %} {% block content_at_top_of_body %}{% endblock %}
{% if time_limit_in_seconds != None %} {% include 'otree/TimeLimit.html' %} {% endif %} {% if form.errors %}
{% blocktrans %}Please fix the errors in the form.{% endblocktrans %}
{% endif %}
{% csrf_token %} {% form form using %} {% formconfig row using "floppyforms/rows/bootstrap.html" %} {% block content %}{% endblock %} {% endform %}

{% include 'otree/debug_info.html' %}
{% block content_at_bottom_of_body %} {% endblock %}