{% extends "otree/Base.html" %} {% load i18n %} {% load floppyforms otree_tags %} {% block head_content %} {{ block.super }} {% endblock %} {% block content_at_top_of_body %} {{ block.super }} {% include 'otree/includes/TopMenu.html' %} {% endblock %} {% block content_main %}
{% block menus %}{% endblock %}
{% 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 %}

{% endblock %}