{% 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 %}
{{ body_text }}
{% endblock %}