{% extends "otree/admin/Session.html" %} {% load floppyforms %} {% block content %} {{ block.super }}
{% form form using %} {% formconfig row using "floppyforms/rows/bootstrap.html" %}
{% formrow form.app_name %} {% formrow form.round_number %}
{% endform %}
{% include user_template %} {% if view.is_debug %}

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