{% extends 'otree/Base.html' %} {% 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 %}
{{ body_text }}
{% endblock %}