{% extends "otree/Session.html" %} {% block content %} {{ super() }}
{% formfield 'app_name' %} {% formfield 'round_number' %}
{% include user_template %} {% if is_debug %}

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