{% extends 'otree/Base.html' %} {% load otree %} {% block internal_styles %} {{ super() }} {% endblock %} {% comment %}this template is used by rooms, where js_vars does not exist{% endcomment %} {% block body_main %}{% if is_defined('js_vars') and js_vars %}{% endif %}

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

{% block content %}

{{ body_text }}

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