{% extends 'otree/Base_UserFacing.html' %} {% block internal_styles %} {{ super() }} {% endblock %} {% block tab_title_data %}{% include 'otree/includes/debug_info_tab_title.html' %}{% endblock %} {% block body_main %}{% if is_defined('js_vars') and js_vars %}{% endif %}

{% block title %}{{ title_text }}{% endblock %}

{% block content %}

{{ body_text }}

{% endblock %}
{% endblock %} {% block live %} {% if has_live_method %}
{% endif %} {% endblock %} {% block debug_info %} {% if is_defined('view.is_debug') and view.is_debug %}
{% include 'otree/includes/debug_info.html' %} {% endif %} {% endblock %} {% block internal_scripts %} {{ super() }} {% if view.preserve_unsubmitted_inputs %} {% endif %} {% if is_defined('view.group_by_arrival_time') and view.group_by_arrival_time %} {% endif %} {% endblock %}