{% extends 'otree/Base.html' %} {% load i18n %} {% load staticfiles %} {% block head_title %}{{ view.title_text }}{% endblock %} {% block content_main %}

{{ view.title_text|default_if_none:'' }}

{{ view.body_text|default_if_none:'' }}

{% if view.is_debug %} {% include 'otree/includes/debug_info.html' %} {% endif %}
{% endblock %} {% block internal_scripts %} {{ block.super }} {% include 'otree/includes/PollServerThenRedirect.html' %} {% endblock %} {# never show footer here #} {% block page_footer %}{% endblock %}